summaryrefslogtreecommitdiff
path: root/test/unit/Makefile
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 /test/unit/Makefile
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 'test/unit/Makefile')
-rw-r--r--test/unit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index 94a9d1d9e..16dc971e1 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -4,5 +4,5 @@ srcdir = test/unit
include $(topdir)/Makefile.subdir
# 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