summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/Makefile.am
blob: fa9ee41a1d37679dc889342e364b0106cc85f1a9 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
SUBDIRS = . core

# 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 +="

# Regression tests for SMT inputs
SMT_TESTS = \
	fuzz01.smt \
	fuzz02.delta01.smt \
	fuzz02.smt \
	fuzz03.smt \
	fuzz04.smt \
	fuzz05.smt \
	fuzz06.smt \
	fuzz07.smt \
	fuzz08.smt \
	fuzz09.smt \
	fuzz10.smt \
	fuzz11.smt \
	fuzz12.smt \
	fuzz13.smt \
	fuzz14.smt \
	fuzz15.delta01.smt \
	fuzz16.delta01.smt \
	fuzz17.delta01.smt \
	fuzz18.delta01.smt \
	fuzz18.delta02.smt \
	fuzz18.delta03.smt \
	fuzz18.smt \
	fuzz19.delta01.smt \
	fuzz19.smt \
	fuzz20.delta01.smt \
	fuzz20.smt \
	fuzz21.delta01.smt \
	fuzz21.smt \
	fuzz22.delta01.smt \
	fuzz22.smt \
	fuzz23.delta01.smt \
	fuzz23.smt \
	fuzz24.delta01.smt \
	fuzz24.smt \
	fuzz25.delta01.smt \
	fuzz25.smt \
	fuzz26.delta01.smt \
	fuzz26.smt \
	fuzz27.delta01.smt \
	fuzz27.smt \
	fuzz28.delta01.smt \
	fuzz28.smt \
	fuzz29.delta01.smt \
	fuzz29.smt \
	fuzz30.delta01.smt \
	fuzz30.smt \
	fuzz31.delta01.smt \
	fuzz31.smt \
	fuzz32.delta01.smt \
	fuzz32.smt \
	fuzz33.delta01.smt \
	fuzz33.smt \
	fuzz34.delta01.smt \
	fuzz34.smt \
	fuzz35.delta01.smt \
	fuzz35.smt \
	fuzz36.delta01.smt \
	fuzz36.smt \
	fuzz37.delta01.smt \
	fuzz37.smt \
	fuzz38.delta01.smt \
	fuzz38.smt \
	fuzz39.delta01.smt \
	fuzz39.smt \
	fuzz40.delta01.smt \
	fuzz40.smt \
	fuzz41.smt \
	calc2_sec2_shifter_mult_bmc15.atlas.delta01.smt \
	smtcompbug.smt \
	unsound1.smt2 \
	unsound1-reduced.smt2

# Regression tests for SMT2 inputs
SMT2_TESTS = divtest.smt2

# Regression tests for PL inputs
CVC_TESTS = bvsimple.cvc sizecheck.cvc

# Regression tests derived from bug reports
BUG_TESTS = \
	bug260a.smt \
	bug260b.smt \
	bug440.smt

TESTS =	$(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)

EXTRA_DIST = $(TESTS) \
	test00.smt \
	bvcomp.cvc

# synonyms for "check" in this directory
.PHONY: regress regress0 test
regress regress0 test: check

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