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.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/Makefile.tests b/test/unit/Makefile.tests
index 4f2f3dd5f..e3ec536ce 100644
--- a/test/unit/Makefile.tests
+++ b/test/unit/Makefile.tests
@@ -8,7 +8,7 @@
# It's a pain to make automake happy.
# Add "filtered" tests to the set of TESTS
-TESTS = $(filter $(TEST_PREFIX)%,$(UNIT_TESTS))
+TESTS = $(filter $(TEST_PREFIX)%,$(filter %$(TEST_SUFFIX),$(UNIT_TESTS)))
# subsets of the tests, based on name
WHITE_TESTS = $(filter %_white,$(UNIT_TESTS))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback