aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-07-03 16:51:54 -0700
committerJakob Odersky <jakob@odersky.com>2017-07-03 17:18:33 -0700
commit01be96399ae6cd84ce49525568bd6418bf52e26f (patch)
tree55e993d8124fe3c720b1244956388990ac994f2a /test/test.scala
parent234b2617ff515414b80ee72933315ed5bf2b5c8b (diff)
downloadcbt-01be96399ae6cd84ce49525568bd6418bf52e26f.tar.gz
cbt-01be96399ae6cd84ce49525568bd6418bf52e26f.tar.bz2
cbt-01be96399ae6cd84ce49525568bd6418bf52e26f.zip
Add example of reproducible buildsreproducible-builds
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 9cb7fd9..63bcabc 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -506,6 +506,11 @@ object Main{
assert(res.exit0)
}
+ {
+ val res = runCbt("../examples/package-example", Seq("run"))
+ assert(res.exit0)
+ }
+
/*
// currently fails with
// java.lang.UnsupportedOperationException: scalafix.rewrite.ScalafixMirror.fromMirror $anon#typeSignature requires the semantic api