aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-21 12:22:31 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 18:53:27 +0800
commit00f1e2719d507261f40a494096487b0f0a4bae2f (patch)
tree9684b673bc9147a70eeca7783d4f455221872966 /test/test.scala
parentaf5361b7eaeff292f551848d51cc1e8b0a6851c6 (diff)
downloadcbt-00f1e2719d507261f40a494096487b0f0a4bae2f.tar.gz
cbt-00f1e2719d507261f40a494096487b0f0a4bae2f.tar.bz2
cbt-00f1e2719d507261f40a494096487b0f0a4bae2f.zip
turn `test` into a subproject for easy access to test’s tasks
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala2
1 files changed, 1 insertions, 1 deletions
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)
}