aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:12:41 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:38:45 +0800
commit63d77017a205a394e604ec9f943d0ef6d2511ef4 (patch)
tree072287c838bdd75373c959724e7025c2a404845c /test
parent66b668b9cdcefcbdb5db1b3e8a0d9adb08b608ff (diff)
downloadcbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.tar.gz
cbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.tar.bz2
cbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.zip
refactor scalajs to make use of nested builds for scoping
Diffstat (limited to 'test')
-rw-r--r--test/test.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.scala b/test/test.scala
index 5359029..9a70b6c 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -216,8 +216,8 @@ object Main{
task("run","../examples/dotty-example")
task("doc","../examples/dotty-example")
}
- task("fastOptJS","../examples/scalajs-react-example/js")
- task("fullOptJS","../examples/scalajs-react-example/js")
+ task("compile","../examples/scalajs-react-example/js")
+ task("fullOpt.compile","../examples/scalajs-react-example/js")
compile("../examples/uber-jar-example")
{