summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.tests
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.tests
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.tests')
-rw-r--r--test/unit/Makefile.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/Makefile.tests b/test/unit/Makefile.tests
index fcd748d0d..c542259b1 100644
--- a/test/unit/Makefile.tests
+++ b/test/unit/Makefile.tests
@@ -1,3 +1,5 @@
+TESTS := $(filter $(TEST_PREFIX)%,$(TESTS))
+
WHITE_TESTS = $(filter %_white,$(TESTS))
BLACK_TESTS = $(filter %_black,$(TESTS))
PUBLIC_TESTS = $(filter %_public,$(TESTS))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback