summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-01-27 22:48:03 +0000
committerMorgan Deters <mdeters@gmail.com>2010-01-27 22:48:03 +0000
commitfa58c38371131db68f780c9f6f7e7d3f2e07256a (patch)
tree2078b54d9ea698d0012f17e996600c23c418b44a /test/unit/Makefile.in
parent04c345a4debffaa82bd3e360aaf7cb4c6f135ed7 (diff)
support "make check" in src/ subdirs for unit-testing of just that module; also support synonyms for "make check" globally
Diffstat (limited to 'test/unit/Makefile.in')
-rw-r--r--test/unit/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in
index 948663478..bc7928b3b 100644
--- a/test/unit/Makefile.in
+++ b/test/unit/Makefile.in
@@ -675,6 +675,10 @@ uninstall-am:
@HAVE_CXXTESTGEN_TRUE@ $(LTCXXCOMPILE) $(AM_CXXFLAGS_PUBLIC) -c -o $@.lo $<
@HAVE_CXXTESTGEN_TRUE@ $(CXXLINK) $(AM_LDFLAGS_PUBLIC) $@.lo
+# synonyms for "check"
+.PHONY: regress regress0 regress1 regress2 regress3 test
+regress regress0 regress1 regress2 regress3 test: check
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback