aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at22
1 files changed, 18 insertions, 4 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 3da0bc8..9b09ce4 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -73,12 +73,21 @@ m4_include([reduce03.at])
m4_include([join.at])
-m4_ifdef([ENABLE_META1_PARSER],[
+m4_ifdef([ENABLE_BIND_PARSER],[
m4_include([parser-bind.at])
-m4_include([bind00.at])])
+m4_include([bind00.at])
+m4_include([locus-bind.at])
+])
+
+m4_ifdef([ENABLE_META1_PARSER],[
+m4_include([parser-meta1.at])
+m4_include([locus-meta1.at])
+])
-m4_ifdef([ENABLE_BIND_PARSER],[m4_include([parser-meta1.at])])
-m4_ifdef([ENABLE_GIT_PARSER],[m4_include([parser-git.at])])
+m4_ifdef([ENABLE_GIT_PARSER],[
+m4_include([parser-git.at])
+m4_include([locus-git.at])
+])
m4_include([vercmp.at])
@@ -86,4 +95,9 @@ m4_include([grecs00.at])
m4_include([empty.at])
+m4_include([locus00.at])
+m4_include([locus01.at])
+m4_include([locus02.at])
+m4_include([path-locus.at])
+
# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.