From 00f1e2719d507261f40a494096487b0f0a4bae2f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 21 Feb 2017 12:22:31 +0800 Subject: turn `test` into a subproject for easy access to test’s tasks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.scala') diff --git a/test/test.scala b/test/test.scala index cb3d6d6..818d9df 100644 --- a/test/test.scala +++ b/test/test.scala @@ -338,7 +338,7 @@ object Main{ } { - val res = runCbt("../libraries/eval", Seq("test")) + val res = runCbt("../libraries/eval", Seq("test.run")) assert(res.exit0) assert(res.out.contains("All tests passed"), res.out) } -- cgit v1.2.3