summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith')
-rw-r--r--test/regress/regress0/arith/Makefile8
-rw-r--r--test/regress/regress0/arith/Makefile.am68
-rw-r--r--test/regress/regress0/arith/integers/Makefile8
-rw-r--r--test/regress/regress0/arith/integers/Makefile.am53
4 files changed, 0 insertions, 137 deletions
diff --git a/test/regress/regress0/arith/Makefile b/test/regress/regress0/arith/Makefile
deleted file mode 100644
index 6b570d785..000000000
--- a/test/regress/regress0/arith/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-topdir = ../../../..
-srcdir = test/regress/regress0/arith
-
-include $(topdir)/Makefile.subdir
-
-# synonyms for "check"
-.PHONY: test
-test: check
diff --git a/test/regress/regress0/arith/Makefile.am b/test/regress/regress0/arith/Makefile.am
deleted file mode 100644
index 8a12d7d13..000000000
--- a/test/regress/regress0/arith/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-SUBDIRS = . integers
-
-# don't override a BINARY imported from a personal.mk
-@mk_if@eq ($(BINARY),)
-@mk_empty@BINARY = cvc4
-end@mk_if@
-
-LOG_COMPILER = @srcdir@/../../run_regression
-AM_LOG_FLAGS = $(RUN_REGRESSION_ARGS) @abs_top_builddir@/src/main/$(BINARY)$(EXEEXT)
-
-if AUTOMAKE_1_11
-# old-style (pre-automake 1.12) test harness
-TESTS_ENVIRONMENT = \
- $(LOG_COMPILER) \
- $(AM_LOG_FLAGS) $(LOG_FLAGS)
-endif
-
-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 +="
-TESTS = \
- arith.01.cvc \
- arith.02.cvc \
- arith.03.cvc \
- delta-minimized-row-vector-bug.smt \
- fuzz_3-eq.smt \
- leq.01.smt \
- mod.01.smt2 \
- div.01.smt2 \
- div.02.smt2 \
- div.04.smt2 \
- div.05.smt2 \
- div.07.smt2 \
- mult.01.smt2 \
- bug443.delta01.smt \
- miplib.cvc \
- miplib2.cvc \
- miplib4.cvc \
- miplibtrick.smt \
- bug547.2.smt2 \
- bug569.smt2 \
- mod-simp.smt2
-
-EXTRA_DIST = $(TESTS) \
- miplib-opt1217--27.smt \
- miplib-pp08a-3000.smt \
- miplib-opt1217--27.smt.expect \
- miplib-pp08a-3000.smt.expect
-
-#if CVC4_BUILD_PROFILE_COMPETITION
-#else
-#TESTS += \
-# error.cvc
-#endif
-#
-# and make sure to distribute it
-#EXTRA_DIST += \
-# error.cvc
-
-# synonyms for "check" in this directory
-.PHONY: regress regress0 test
-regress regress0 test: check
-
-# do nothing in this subdir
-.PHONY: regress1 regress2 regress3 regress4
-regress1 regress2 regress3 regress4:
diff --git a/test/regress/regress0/arith/integers/Makefile b/test/regress/regress0/arith/integers/Makefile
deleted file mode 100644
index 4144299bd..000000000
--- a/test/regress/regress0/arith/integers/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-topdir = ../../../../..
-srcdir = test/regress/regress0/arith/integers
-
-include $(topdir)/Makefile.subdir
-
-# synonyms for "check"
-.PHONY: test
-test: check
diff --git a/test/regress/regress0/arith/integers/Makefile.am b/test/regress/regress0/arith/integers/Makefile.am
deleted file mode 100644
index 203598490..000000000
--- a/test/regress/regress0/arith/integers/Makefile.am
+++ /dev/null
@@ -1,53 +0,0 @@
-SUBDIRS = .
-
-# don't override a BINARY imported from a personal.mk
-@mk_if@eq ($(BINARY),)
-@mk_empty@BINARY = cvc4
-end@mk_if@
-
-LOG_COMPILER = @srcdir@/../../../run_regression
-AM_LOG_FLAGS = $(RUN_REGRESSION_ARGS) @abs_top_builddir@/src/main/$(BINARY)$(EXEEXT)
-
-if AUTOMAKE_1_11
-# old-style (pre-automake 1.12) test harness
-TESTS_ENVIRONMENT = \
- $(LOG_COMPILER) \
- $(AM_LOG_FLAGS) $(LOG_FLAGS)
-endif
-
-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 +="
-
-
-TESTS = \
- arith-int-042.cvc \
- arith-int-042.min.cvc
-
-EXTRA_DIST = $(TESTS) \
- arith-int-014.cvc \
- arith-int-015.cvc \
- arith-int-021.cvc \
- arith-int-023.cvc \
- arith-int-025.cvc \
- arith-int-079.cvc
-
-#if CVC4_BUILD_PROFILE_COMPETITION
-#else
-#TESTS += \
-# error.cvc
-#endif
-#
-# and make sure to distribute it
-#EXTRA_DIST += \
-# error.cvc
-
-# synonyms for "check" in this directory
-.PHONY: regress regress0 test
-regress regress0 test: check
-
-# do nothing in this subdir
-.PHONY: regress1 regress2 regress3 regress4
-regress1 regress2 regress3 regress4:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback