From ac62721c10cc61d3913cf71c3ef2e9e0680ddeb9 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 25 Nov 2017 07:39:53 -0800 Subject: First pass at simplifying test suite definition & running Fixed `GenIdea` to fix reversing of module path in generating module name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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 ``` -- cgit v1.2.3