aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-15 01:37:53 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-15 03:47:49 -0500
commit7ee113962134e3c9c4659d6de9de3c7015174d3f (patch)
tree55f6158be8a53d3ad640f3cd038baeaf1a8f1f30 /test
parent2c8257b0c119b38102aa0c3efecffc7fefc9d766 (diff)
downloadcbt-7ee113962134e3c9c4659d6de9de3c7015174d3f.tar.gz
cbt-7ee113962134e3c9c4659d6de9de3c7015174d3f.tar.bz2
cbt-7ee113962134e3c9c4659d6de9de3c7015174d3f.zip
add package to generated Main.scala to avoid classpath weirdnesses
caused by multiple root package Main classes from different subproject or test projects ending up on the same classpath
Diffstat (limited to 'test')
-rw-r--r--test/test.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 1665f13..778fcda 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -181,6 +181,8 @@ object Main{
path => assert(new File(path).exists, path)
}
+ ScaffoldTest.main(Array())
+
usage("nothing")
compile("nothing")
//clean("nothing")