From 7ee113962134e3c9c4659d6de9de3c7015174d3f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 15 Feb 2017 01:37:53 -0500 Subject: 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 --- test/test.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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") -- cgit v1.2.3