summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-09-18 00:04:26 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-09-18 00:04:26 +0200
commit1aaf70f23d8f2061e5c05ca98d12deea06494a25 (patch)
tree5e8d5c889930cfe368c26c0211a8d3c4ed162004 /test/regress/regress0
parent548582b252170f35a602705a109d88a608611cca (diff)
Allow most smt2 commands as sygus commands. Fix bug in fmf-fun regarding quantified formulas with non-constant polarity.
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/sygus/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/regress/regress0/sygus/Makefile.am b/test/regress/regress0/sygus/Makefile.am
index 0c78fd7bf..16ad2e4d8 100644
--- a/test/regress/regress0/sygus/Makefile.am
+++ b/test/regress/regress0/sygus/Makefile.am
@@ -39,7 +39,6 @@ TESTS = commutative.sy \
dup-op.sy \
nflat-fwd.sy \
nflat-fwd-3.sy \
- enum-test.sy \
no-syntax-test-bool.sy \
inv-example.sy \
uminus_one.sy \
@@ -49,8 +48,8 @@ TESTS = commutative.sy \
# sygus tests currently taking too long for make regress
EXTRA_DIST = $(TESTS) \
max.smt2 \
- sygus-uf.sl
-
+ sygus-uf.sl \
+ enum-test.sy
#if CVC4_BUILD_PROFILE_COMPETITION
#else
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback