aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-06-24 00:19:36 -0400
committerGitHub <noreply@github.com>2016-06-24 00:19:36 -0400
commitfd6c08a1fe03fee7ccb87200bf4ff4b717d42864 (patch)
treea55fe910ee9ad1aff2594734ab918f1ad4125603 /test/test.scala
parent7291a83f1e5fbcf8ee9c824b9b309130253e6673 (diff)
downloadcbt-fd6c08a1fe03fee7ccb87200bf4ff4b717d42864.tar.gz
cbt-fd6c08a1fe03fee7ccb87200bf4ff4b717d42864.tar.bz2
cbt-fd6c08a1fe03fee7ccb87200bf4ff4b717d42864.zip
add multi-project example (#158)
* add multi-project example * add shared build
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 4ed7e97..9df1abe 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -167,6 +167,7 @@ object Main{
compile("../examples/scalatest-example")
compile("../examples/scalajs-react-example/js")
compile("../examples/scalajs-react-example/jvm")
+ compile("../examples/multi-project-example")
task("fastOptJS","../examples/scalajs-react-example/js")
task("fullOptJS","../examples/scalajs-react-example/js")