summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/Makefile.am
blob: d23fd866d367a6713ceba0eaea515e48ff1b1f03 (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
# 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 = \
  at001.smt2 \
  bug001.smt2 \
  bug002.smt2 \
  escchar.smt2 \
  escchar_25.smt2 \
  str001.smt2 \
  str002.smt2 \
  str003.smt2 \
  str004.smt2 \
  str005.smt2 \
  str006.smt2 \
  str007.smt2 \
  fmf002.smt2 \
  type001.smt2 \
  type003.smt2 \
  model001.smt2 \
  substr001.smt2 \
  regexp001.smt2 \
  regexp002.smt2 \
  regexp003.smt2 \
  leadingzero001.smt2 \
  loop001.smt2 \
  loop002.smt2 \
  loop003.smt2 \
  loop004.smt2 \
  loop005.smt2 \
  loop006.smt2 \
  loop007.smt2 \
  loop008.smt2 \
  loop009.smt2 \
  reloop.smt2 \
  unsound-0908.smt2 \
  ilc-like.smt2 \ 
  ilc-l-nt.smt2 \ 
  artemis-0512-nonterm.smt2 \
  indexof-sym-simp.smt2 \
  bug613.smt2 \
  idof-triv.smt2 \
  chapman150408.smt2 \
  pierre150331.smt2 \
  norn-360.smt2 \
  norn-simp-rew.smt2 \
  norn-simp-rew-sat.smt2 \
  idof-nconst-index.smt2 \
  idof-neg-index.smt2 \
  bug612.smt2 \
  bug615.smt2 \
  kaluza-fl.smt2 \
  norn-ab.smt2 \
  idof-rewrites.smt2 \
  bug682.smt2 \
  bug686dd.smt2 \
  idof-handg.smt2 \
  fmf001.smt2 \
  type002.smt2 \
  crash-1019.smt2 \
  norn-31.smt2 \
  strings-native-simple.cvc \
  cmu-2db2-extf-reg.smt2 \
  norn-nel-bug-052116.smt2 \
  cmu-disagree-0707-dd.smt2

FAILING_TESTS =

EXTRA_DIST = $(TESTS)

# and make sure to distribute it
EXTRA_DIST +=

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