summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.tests
diff options
context:
space:
mode:
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