summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.tests
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-01-27 22:12:33 +0000
committerMorgan Deters <mdeters@gmail.com>2010-01-27 22:12:33 +0000
commit04c345a4debffaa82bd3e360aaf7cb4c6f135ed7 (patch)
tree92b097688966bd5109ff8602dc4b594eb757c306 /test/unit/Makefile.tests
parent7d859f91e4f70e9e3287576394fddc2ce0cf2def (diff)
test framework fixes; bug 13 closed
Diffstat (limited to 'test/unit/Makefile.tests')
-rw-r--r--test/unit/Makefile.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/Makefile.tests b/test/unit/Makefile.tests
new file mode 100644
index 000000000..fcd748d0d
--- /dev/null
+++ b/test/unit/Makefile.tests
@@ -0,0 +1,3 @@
+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