summaryrefslogtreecommitdiff
path: root/test/regress/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/Makefile.in')
-rw-r--r--test/regress/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/Makefile.in b/test/regress/Makefile.in
index 451d333e2..14c032220 100644
--- a/test/regress/Makefile.in
+++ b/test/regress/Makefile.in
@@ -77,6 +77,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
+CXXTEST = @CXXTEST@
CXXTESTGEN = @CXXTESTGEN@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
@@ -188,7 +189,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-TESTS_ENVIRONMENT = echo
+TESTS_ENVIRONMENT = @top_builddir@/bin/cvc4
TESTS = \
simple.cvc \
simple.smt \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback