aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 4cee1f1..bebd143 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -151,6 +151,8 @@ object Main{
compile("multi-build")
usage("simple")
compile("simple")
+ usage("simple-fixed")
+ compile("simple-fixed")
System.err.println(" DONE!")
System.err.println( successes.toString ++ " succeeded, "++ failures.toString ++ " failed" )