summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorRoman Timushev <rtimush@gmail.com>2017-12-18 12:47:45 +0100
committerRoman Timushev <rtimush@gmail.com>2017-12-29 19:05:00 +0100
commit8583a2a95a0bf0b3dcfb74bfb47ea18719be01c1 (patch)
tree763823b1601ca746ce2640ef53388d771e16c4b9 /test.sh
parent25ea45645861b7cae2ad75dc2b238e41596f3bb9 (diff)
downloadmill-8583a2a95a0bf0b3dcfb74bfb47ea18719be01c1.tar.gz
mill-8583a2a95a0bf0b3dcfb74bfb47ea18719be01c1.tar.bz2
mill-8583a2a95a0bf0b3dcfb74bfb47ea18719be01c1.zip
ScalaJS plugin
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 5f7a753d..691f3318 100755
--- a/test.sh
+++ b/test.sh
@@ -11,7 +11,8 @@ sbt core/test scalaplugin/test bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly
-# Secpmd build & run tests using Mill
+# Second build & run tests using Mill
out/devAssembly Core.test
out/devAssembly ScalaPlugin.test
+out/devAssembly ScalaJSPlugin.test
out/devAssembly devAssembly \ No newline at end of file