summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-20 14:23:04 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-20 14:23:04 +0100
commita50f977b02c5653e03d4f3d9d8c7df1f9e2be48e (patch)
tree9e8c569a9250c6c8c7eb7826539e63ae414133d9 /test/regress/regress0/sygus/Makefile.am
parent9e5b1fd1083c1c82d5bbc61a4a316211db629c43 (diff)
Mark datatypes as sygus. Add option to normalize sygus terms in search. Add sygus regressions.
Diffstat (limited to 'test/regress/regress0/sygus/Makefile.am')
-rw-r--r--test/regress/regress0/sygus/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/Makefile.am b/test/regress/regress0/sygus/Makefile.am
index ad1296af0..b5ea8b476 100644
--- a/test/regress/regress0/sygus/Makefile.am
+++ b/test/regress/regress0/sygus/Makefile.am
@@ -18,7 +18,12 @@ 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 =
+TESTS = hd-01-d1-prog.sy \
+ icfp_28_10.sy \
+ commutative.sy \
+ constant.sy \
+ multi-fun-polynomial2.sy \
+ unbdd_inv_gen_winf1.sy
# sygus tests currently taking too long for make regress
EXTRA_DIST = $(TESTS) \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback