summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-04-18 10:41:45 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-04-18 10:41:45 +0000
commit7146e9ecb023d10f84747eaac93656b4e7661c54 (patch)
treebe89c775a170306ee6c9d40281c3cca78324ade9 /test/regress/regress0/preprocess
parent6624b97e0460dcf39eb24699e10f96e781fb11a9 (diff)
add the missing BINARY variable in some test/regress makefiles
Diffstat (limited to 'test/regress/regress0/preprocess')
-rw-r--r--test/regress/regress0/preprocess/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/regress/regress0/preprocess/Makefile.am b/test/regress/regress0/preprocess/Makefile.am
index 2a6c17eae..7938e6e79 100644
--- a/test/regress/regress0/preprocess/Makefile.am
+++ b/test/regress/regress0/preprocess/Makefile.am
@@ -1,9 +1,10 @@
SUBDIRS = .
+BINARY=cvc4
if PROOF_REGRESSIONS
-TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) --proof @top_builddir@/src/main/cvc4
+TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) --proof @top_builddir@/src/main/$(BINARY)
else
-TESTS_ENVIRONMENT = @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/cvc4
+TESTS_ENVIRONMENT = @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/$(BINARY)
endif
MAKEFLAGS = -k
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback