aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/c/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/c/cpp.scm (renamed from tests/test/cpp.scm)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/cpp.scm b/tests/unit/c/cpp.scm
index 9c720fde..43ad0144 100644
--- a/tests/test/cpp.scm
+++ b/tests/unit/c/cpp.scm
@@ -37,3 +37,5 @@
(test-equal '(+ 2 2 2) (run "2+2+2"))
+'((c lex)
+ (c parse))