summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-11-25 08:01:24 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-25 08:01:24 -0800
commitc3f2dc919cff83f105a60061456090f0c907f0b1 (patch)
tree83cfa7e36649eddfe2e2e797f3baaaa782507a49 /readme.md
parentac62721c10cc61d3913cf71c3ef2e9e0680ddeb9 (diff)
downloadmill-c3f2dc919cff83f105a60061456090f0c907f0b1.tar.gz
mill-c3f2dc919cff83f105a60061456090f0c907f0b1.tar.bz2
mill-c3f2dc919cff83f105a60061456090f0c907f0b1.zip
First pass at simplifying test suite definition & running
Added a `TaskModule` subclass of `Module`, which delegates to a `self` task that you can run directly from bash Fixed `GenIdea` to fix reversing of module path in generating module name
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f17341ef..23a1bff0 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,8 @@ core unit tests
e.g.:
```bash
./scalaplugin/target/mill run Core.compile
-./scalaplugin/target/mill run Core.tests.run
+./scalaplugin/target/mill run Core.test.compile
+./scalaplugin/target/mill run Core.test
./scalaplugin/target/mill run ScalaPlugin.assembly
```