summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/Makefile.am
blob: afcae32feebf812f244f22eaed12f12c2cc4be07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# 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) @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 =	\
	jan24/deepmeas0.hs.fqout.cvc4.47.smt2 \
	jan24/deepmeas0.hs.fqout.small.smt2 \
	jan27/ListConcat.hs.fqout.cvc4.177.smt2 \
	jan27/ListConcat.hs.fqout.177minimized.smt2 \
	jan28/TalkingAboutSets.hs.fqout.3577minimized.smt2 \
	jan30/UniqueZipper.hs.fqout.minimized10.smt2 \
	jan30/UniqueZipper.hs.fqout.minimized1832.smt2 \
	mar2014/sharing-preregister.smt2 \
	mar2014/small.smt2 \
	mar2014/smaller.smt2 \
	cvc-sample.cvc \
	emptyset.smt2 \
	error1.smt2 \
	error2.smt2 \
	eqtest.smt2 \
	insert.smt2 \
	rec_copy_loop_check_heap_access_43_4.smt2 \
	sets-equal.smt2 \
	sets-inter.smt2 \
	sets-sample.smt2 \
	sets-sharing.smt2 \
	sets-testlemma.smt2 \
	sets-union.smt2 \
	union-1a-flip.smt2 \
	union-1a.smt2 \
	union-1b-flip.smt2 \
	union-1b.smt2 \
	union-2.smt2 \
	dt-simp-mem.smt2 \
	card3-ground.smt2 \
	card-3sets.cvc \
	card.smt2 \
	card-2.smt2 \
	abt-min.smt2 \
	abt-te-exh.smt2 \
	abt-te-exh2.smt2 \
	univset-simp.smt2 \
	complement.cvc \
	complement2.cvc \
	complement3.cvc \
	sharing-simp.smt2 \
	pre-proc-univ.smt2 \
	nonvar-univ.smt2 \
	sets-poly-int-real.smt2 \
	sets-poly-nonint.smt2 \
	int-real-univ.smt2 \
	int-real-univ-unsat.smt2

EXTRA_DIST = $(TESTS)

# synonyms for "check"
.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