summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/Makefile.am
blob: 130a9dc7cf4d5e052b76c094677303e20486834f (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
BINARY = cvc4
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 = \
	$(TESTS_ENVIRONMENT) $(LOG_COMPILER) \
	$(AM_LOG_FLAGS) $(LOG_FLAGS)
endif

# escape the `=' in file names
equals = =

# 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 =	\
	tptp_parser.p \
	tptp_parser2.p \
	tptp_parser3.p \
	tptp_parser4.p \
	tptp_parser5.p \
	tptp_parser6.p \
	tptp_parser7.p \
	tptp_parser8.p \
	tptp_parser9.p \
	tptp_parser10.p \
	tff0.p \
	tff0-arith.p \
	ARI086$(equals)1.p \
	BOO003-4.p \
	DAT001$(equals)1.p \
	KRS018+1.p \
	KRS063+1.p \
	MGT019+2.p \
	MGT041-2.p \
	PUZ131_1.p \
	SYN000+1.p \
	SYN000+2.p \
	SYN000-1.p \
	SYN000-2.p \
	SYN000$(equals)2.p \
	SYN000_1.p \
	SYN000_2.p \
	SYN075-1.p

# axiom files required for the above tests
TEST_DEPS_DIST = \
	Axioms/BOO004-0.ax \
	Axioms/SYN000_0.ax \
	Axioms/SYN000-0.ax \
	Axioms/SYN000+0.ax

# these take too long at present
EXTRA_DIST = $(TESTS) \
	$(TEST_DEPS_DIST) \
	BOO027-1.p \
	MGT031-1.p \
	NLP114-1.p \
	SYN075+1.p

#if CVC4_BUILD_PROFILE_COMPETITION
#else
#TESTS += \
#	error.cvc
#endif
#
# and make sure to distribute it
#EXTRA_DIST += \
#	error.cvc

# 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