From 356dca0f92931b07e1a80013aefb025b6a7d7d42 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 30 Dec 2017 19:01:03 -0800 Subject: `Core` -> `core`, for consistency with SBT naming schemes `ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well) --- test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test.sh') 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 -- cgit v1.2.3