-SUBDIRS = . arith precedence uf uflra uflia bv arrays aufbv auflia datatypes lemmas push-pop preprocess
-DIST_SUBDIRS = $(SUBDIRS) unconstrained
+SUBDIRS = . arith precedence uf uflra uflia bv arrays aufbv auflia datatypes lemmas push-pop preprocess unconstrained
BINARY = cvc4
if PROOF_REGRESSIONS
TESTS_ENVIRONMENT = @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/$(BINARY)
endif
+override CVC4_REGRESSION_ARGS += --unconstrained-simp
+export CVC4_REGRESSION_ARGS
+
# These are run for all build profiles.
# If a test shouldn't be run in e.g. competition mode,
# put it below in "TESTS +="
arith.smt2 \
array1.smt2 \
bvbool2.smt2 \
- bvbool3.smt2 \
bvbool.smt2 \
bvcmp.smt2 \
bvconcat2.smt2 \
uf2.smt2 \
xor.smt2
-EXTRA_DIST = $(TESTS)
+# bvbool3 takes too long for regress0
+EXTRA_DIST = $(TESTS) \
+ bvbool3.smt2
#if CVC4_BUILD_PROFILE_COMPETITION
#else