From 9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 13 Nov 2016 13:28:36 -0500 Subject: multi-project build example using a single build file --- test/test.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 { -- cgit v1.2.3