From a50f977b02c5653e03d4f3d9d8c7df1f9e2be48e Mon Sep 17 00:00:00 2001 From: ajreynol Date: Tue, 20 Jan 2015 14:23:04 +0100 Subject: Mark datatypes as sygus. Add option to normalize sygus terms in search. Add sygus regressions. --- test/regress/regress0/sygus/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/regress/regress0/sygus/Makefile.am') 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) \ -- cgit v1.2.3