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 = \ scrub.01.smt \ scrub.02.smt \ scrub.03.smt2 \ scrub.04.smt2 \ scrub.06.cvc \ scrub.07.sy \ scrub.08.sy \ scrub.09.p EXTRA_DIST = $(TESTS) \ scrub.01.smt.expect \ scrub.03.smt2.expect \ scrub.07.sy.expect # 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: