aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-13 13:28:36 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-13 10:13:05 -0500
commit9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf (patch)
treec6181da8869bd4c4c30eb63c2efcf5d8435b4117 /test
parentb1db36baebe1f76a39e8bd1a89892465c70b69be (diff)
downloadcbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.tar.gz
cbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.tar.bz2
cbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.zip
multi-project build example using a single build file
Diffstat (limited to 'test')
-rw-r--r--test/test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 22b7c87..ca9d87b 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -205,6 +205,7 @@ object Main{
compile("../examples/scalajs-react-example/js")
compile("../examples/scalajs-react-example/jvm")
compile("../examples/multi-standalone-example")
+ compile("../examples/multi-combined-example")
if(sys.props("java.version").startsWith("1.7")){
System.err.println("\nskipping dotty tests on Java 7")
} else {