summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-11-15 20:08:17 +0000
committerMorgan Deters <mdeters@gmail.com>2010-11-15 20:08:17 +0000
commit80596bc6e2a4aba6c14d408a41a214579b636f03 (patch)
tree17a09dc22f5bf10c7008e0b8467052ae92112149 /test/regress/regress0/push-pop
parent0eb2a0362fee06023f0668e94bb566b69f4a7cda (diff)
fix some things with the build system (make dist, make install, make check)
Diffstat (limited to 'test/regress/regress0/push-pop')
-rw-r--r--test/regress/regress0/push-pop/Makefile8
-rw-r--r--test/regress/regress0/push-pop/Makefile.am25
2 files changed, 33 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/Makefile b/test/regress/regress0/push-pop/Makefile
new file mode 100644
index 000000000..cd5bcd3e3
--- /dev/null
+++ b/test/regress/regress0/push-pop/Makefile
@@ -0,0 +1,8 @@
+topdir = ../../../push-pop
+srcdir = test/regress/regress0/push-pop
+
+include $(topdir)/Makefile.subdir
+
+# synonyms for "check"
+.PHONY: test
+test: check
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
new file mode 100644
index 000000000..ee365e79d
--- /dev/null
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -0,0 +1,25 @@
+SUBDIRS = .
+
+TESTS_ENVIRONMENT = @srcdir@/../../run_regression @top_builddir@/src/main/cvc4
+MAKEFLAGS = -k
+
+# These are run for all build profiles.
+# If a test shouldn't be run in e.g. competition mode,
+# put it below in "TESTS +="
+
+# Regression tests for SMT inputs
+CVC_TESTS = \
+ test.00.cvc \
+ test.01.cvc
+
+TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)
+
+EXTRA_DIST = $(TESTS)
+
+# synonyms for "check"
+.PHONY: regress regress0 test
+regress regress0 test: check
+
+# do nothing in this subdir
+.PHONY: regress1 regress2 regress3
+regress1 regress2 regress3:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback