aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:53:05 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:53:05 -0400
commit1dbefdce4fd65a05b331389b263845df67a2d952 (patch)
treecd6e063d0e18a025eabcc10a456ddd5f7eb7fc7e /test/test.scala
parentbdd6d905807a8cee7655d436401e76196ec4fe67 (diff)
downloadcbt-1dbefdce4fd65a05b331389b263845df67a2d952.tar.gz
cbt-1dbefdce4fd65a05b331389b263845df67a2d952.tar.bz2
cbt-1dbefdce4fd65a05b331389b263845df67a2d952.zip
Fix and enable test for reproducible builds
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" )