summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-11-25 07:39:53 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-25 07:39:53 -0800
commitac62721c10cc61d3913cf71c3ef2e9e0680ddeb9 (patch)
tree7df76fecba79ee2b7313fc01a3d562efaa92500b /readme.md
parent624fff48422b8c74b48c2dda86a55a82a754d5a2 (diff)
downloadmill-ac62721c10cc61d3913cf71c3ef2e9e0680ddeb9.tar.gz
mill-ac62721c10cc61d3913cf71c3ef2e9e0680ddeb9.tar.bz2
mill-ac62721c10cc61d3913cf71c3ef2e9e0680ddeb9.zip
First pass at simplifying test suite definition & running
Fixed `GenIdea` to fix reversing of module path in generating module name
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 7398d3f0..f17341ef 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ core unit tests
e.g.:
```bash
./scalaplugin/target/mill run Core.compile
-./scalaplugin/target/mill run CoreTests.test
+./scalaplugin/target/mill run Core.tests.run
./scalaplugin/target/mill run ScalaPlugin.assembly
```