summaryrefslogtreecommitdiff
path: root/test/system/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-17 17:07:57 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-17 17:07:57 +0000
commit3b06265b82d48074b3b733d655efd6dab6481150 (patch)
treeba75106a30f295d48d2645f7ccfa4b735e73e7b5 /test/system/Makefile.am
parent801e3d30b6c436963d2fcbc7ef5c407d1fe84b86 (diff)
add system regression testing infrastructure
Diffstat (limited to 'test/system/Makefile.am')
-rw-r--r--test/system/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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