summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-03 22:07:38 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-03 22:07:38 +0000
commitc5000befcf95c03a42a2f73a40c3dac6dc3492be (patch)
tree4a87ace04da1c62d1474673d485843d820e5cbd8 /test
parent40253236078988fecc3becd2619dd5ccad5e3077 (diff)
user push/pop support in minisat and simplification; also bindings work
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/push-pop/Makefile.am5
-rw-r--r--test/system/Makefile.am6
2 files changed, 4 insertions, 7 deletions
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
index 85c3cb9c9..86eeae902 100644
--- a/test/regress/regress0/push-pop/Makefile.am
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -8,7 +8,10 @@ MAKEFLAGS = -k
# put it below in "TESTS +="
# Regression tests for SMT inputs
-CVC_TESTS =
+CVC_TESTS = \
+ test.00.cvc \
+ test.01.cvc \
+ units.cvc
TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index cc0d63aee..6f8094410 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -71,12 +71,6 @@ cvc3_main: cvc3_george.lo $(LIBADD)
$(AM_V_CXXLD)$(system_LINK) $(LIBADD) $(AM_LDFLAGS) $+
CVC4JavaTest.class: CVC4JavaTest.java @abs_top_builddir@/src/bindings/cvc4.jar @abs_top_builddir@/src/bindings/libcvc4bindings_java.la
$(AM_V_JAVAC)$(JAVAC) -classpath @abs_top_builddir@/src/bindings/cvc4.jar -d $(builddir) $<
-#CVC4JavaTest: CVC4JavaTest.class
-# $(AM_V_GEN)( \
-# echo "#!/bin/bash"; \
-# echo "exec $(JAVA) -classpath @abs_top_builddir@/src/bindings/cvc4.jar -Djava.library.path=@abs_top_builddir@/src/bindings/.libs CVC4JavaTest"; \
-# ) >$@; \
-# chmod +x $@
# for silent automake rules
AM_V_JAVAC = $(am__v_JAVAC_$(V))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback