aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 74177c5..087bbd9 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -422,6 +422,12 @@ object Main{
}
{
+ val res = runCbt("../examples/macroparadise-example", Seq("run"))
+ assert(res.exit0)
+ assert(res.out.contains("hello, world!"), res.out)
+ }
+
+ {
val res = runCbt("../examples/resources-example", Seq("run"))
assert(res.exit0)
assert(res.out.contains("via parent.parent: false 0"), res.out)