mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Test for dependent projects.
This commit is contained in:
parent
5f475f0248
commit
e2a5e315e6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import java.util.jar.JarInputStream
|
|||
class VerifyKobaltZipTest : KobaltTest() {
|
||||
private fun verifyMainJarFile(ins: InputStream) {
|
||||
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class",
|
||||
"templates/kobaltPlugin/kobaltPlugin.jar")
|
||||
"templates/kobaltPlugin/kobaltPlugin.jar", "com/beust/kobaltArgs.class")
|
||||
}
|
||||
@Test
|
||||
fun verifySourceJarFile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue