summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test.sh b/test.sh
index 13d81631..01d1a485 100755
--- a/test.sh
+++ b/test.sh
@@ -6,13 +6,13 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalaplugin/test scalajsplugin/test bin/test:assembly
+sbt core/test scalalib/test scalajslib/test bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest Core.test
-out/devAssembly/dest ScalaPlugin.test
-out/devAssembly/dest ScalaJSPlugin.test
+out/devAssembly/dest core.test
+out/devAssembly/dest scalalib.test
+out/devAssembly/dest scalajslib.test
out/devAssembly/dest devAssembly \ No newline at end of file