summaryrefslogtreecommitdiff
path: root/test/regress/regress1/Makefile.am
blob: 8a41e99a3f7072f74761273fa2367a0568ba8f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS_ENVIRONMENT = @srcdir@/../run_regression @top_builddir@/../../bin/cvc4
TESTS =	friedman_n4_i5.smt \
	hole7.cvc \
	hole8.cvc \
	instance_1444.smt

# synonyms for "check"
.PHONY: regress regress1 test
regress regress1 test: check

# do nothing in this subdir
.PHONY: regress0 regress2 regress3
regress0 regress2 regress3:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback