From: Morgan Deters Date: Thu, 17 Dec 2009 17:07:57 +0000 (+0000) Subject: add system regression testing infrastructure X-Git-Tag: cvc5-1.0.0~9362 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b06265b82d48074b3b733d655efd6dab6481150;p=cvc5.git add system regression testing infrastructure --- diff --git a/configure.ac b/configure.ac index 0b8f8a5f3..f16844f4d 100644 --- a/configure.ac +++ b/configure.ac @@ -357,6 +357,7 @@ AC_CONFIG_FILES([ src/theory/uf/Makefile test/Makefile test/regress/Makefile + test/system/Makefile test/unit/Makefile ]) 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