summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-04-28 11:46:53 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-04-28 11:46:53 -0500
commit24385c4c5f9c17610f10ed2f8d44c10a16c1567f (patch)
tree801876270012b2f3541b363f4f1cc881c432ebd2 /test/regress/regress0/fmf/Makefile.am
parent21ac21a2ff3ba3eeac4deabf0c4b79ca4cc8df77 (diff)
Do not eliminate non-standard arithmetic operators in recursive function definitions, add regression.
Diffstat (limited to 'test/regress/regress0/fmf/Makefile.am')
-rw-r--r--test/regress/regress0/fmf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/fmf/Makefile.am b/test/regress/regress0/fmf/Makefile.am
index a91499a6c..593cdfa8b 100644
--- a/test/regress/regress0/fmf/Makefile.am
+++ b/test/regress/regress0/fmf/Makefile.am
@@ -72,7 +72,8 @@ TESTS = \
quant_real_univ.cvc \
constr-ground-to.smt2 \
bug-041417-set-options.cvc \
- alg202+1.smt2
+ alg202+1.smt2 \
+ fmf-fun-no-elim-ext-arith.smt2
EXTRA_DIST = $(TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback