summaryrefslogtreecommitdiff
path: root/Makefile.subdir
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-20 04:09:50 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-20 04:09:50 +0000
commitdaad722774087de1cf35714868d3762b3ea7cb21 (patch)
tree60c088f7a81b956c86a2439a5ffb255e07181498 /Makefile.subdir
parentbfdb4be24bfa474e6036a993e5afac16e77b4d2a (diff)
fix bug #220 (assertion fails if no query/check-sat); add bug220.smt2 and bug217.smt2 as regressions; fix to build system to only run regressions (not units) if you "make -C test regress", for example (this matches behavior elsewhere)
Diffstat (limited to 'Makefile.subdir')
-rw-r--r--Makefile.subdir8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.subdir b/Makefile.subdir
index 4b3afdbbf..293b2771b 100644
--- a/Makefile.subdir
+++ b/Makefile.subdir
@@ -21,8 +21,8 @@ all %:
.PHONY: check units
ifeq ($(srcdir:test/%=test),test)
# under the test/ directory, additional subtargets
-.PHONY: regress0 regress1 regress2 regress3
-check units regress0 regress1 regress2 regress3:
+.PHONY: regress regress0 regress1 regress2 regress3
+check units regress regress0 regress1 regress2 regress3:
@if test -e $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
@@ -49,5 +49,5 @@ check units:
endif
# synonyms for "check"
-.PHONY: regress test
-regress test: check
+.PHONY: test
+test: check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback