* test/regress/regress0/unconstrained wasn't being distributed. This caused the debian build failure last night. (It still doesn't run on "make check", but had to be distributed properly.)
* Fixing an issue where a test name was longer than 99 characters and couldn't be distributed in the "old" tar format. (Told automake to use a newer tar format.)
echo cd $(builddir); \
cd $(builddir); \
echo $(MAKE) $@; \
- $(MAKE) $@; \
+ $(MAKE) $@ || exit 1; \
else \
echo; \
echo 'Run configure first, or type "make" in a configured build directory.'; \
echo cd $(builddir); \
cd $(builddir); \
echo $(MAKE) $@; \
- $(MAKE) $@; \
+ $(MAKE) $@ || exit 1; \
fi
test -z "$(builddir)" || rm -fr "$(builddir)"
rm -f config.reconfig
+(cd $(CURRENT_BUILD)/test && $(MAKE) $@)
dist:
- +(cd $(CURRENT_BUILD) && $(MAKE) $@)
+ (cd $(CURRENT_BUILD) && $(MAKE) $@)
$(install_sh) \
$(CURRENT_BUILD)/$(distdir).tar.gz \
"`pwd`"
fi
AC_MSG_RESULT([$with_build])
-AM_INIT_AUTOMAKE([1.11 no-define parallel-tests color-tests])
+AM_INIT_AUTOMAKE([1.11 no-define tar-pax parallel-tests color-tests])
AC_CONFIG_HEADERS([cvc4autoconfig.h])
# Initialize libtool's configuration options.
regress/regress0/push-pop \
regress/regress0/precedence \
regress/regress0/preprocess \
- regress/regress0/subtypes \
+ regress/regress0/unconstrained \
regress/regress1 \
regress/regress2 \
regress/regress3
SUBDIRS = . arith precedence uf uflra uflia bv arrays aufbv auflia datatypes lemmas push-pop preprocess
+DIST_SUBDIRS = $(SUBDIRS) unconstrained
BINARY = cvc4
if PROOF_REGRESSIONS
TESTS_ENVIRONMENT = @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/$(BINARY)
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 +="
--- /dev/null
+topdir = ../../../..
+srcdir = test/regress/regress0/unconstrained
+
+include $(topdir)/Makefile.subdir
+
+# synonyms for "check"
+.PHONY: test
+test: check
uf2.smt2 \
xor.smt2
+EXTRA_DIST = $(TESTS)
+
#if CVC4_BUILD_PROFILE_COMPETITION
#else
#TESTS += \