summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/system/Makefile.am5
2 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ff449f768..2be47b41b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1 +1 @@
-SUBDIRS = unit regress
+SUBDIRS = unit system regress
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
new file mode 100644
index 000000000..61527e4d8
--- /dev/null
+++ b/test/system/Makefile.am
@@ -0,0 +1,5 @@
+TESTS_ENVIRONMENT = @top_builddir@/bin/cvc4
+TESTS = \
+ simple.cvc \
+ simple.smt \
+ bug1.cvc
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback