summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_filters_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-11 11:54:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-11 11:55:05 +0000
commitc5e0be4f86bffeafd6642e6eb2c6758f4b27beaa (patch)
tree69e7a1868cc4361bf57367911d024b1ec472fdd5 /sd/CppunitTest_sd_filters_test.mk
parent5aea780bfd46a369ed6c8ef3505dcaeb6f44323d (diff)
add an initial ppt cve test
Diffstat (limited to 'sd/CppunitTest_sd_filters_test.mk')
-rw-r--r--sd/CppunitTest_sd_filters_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index b708aa9d3dc9..8e2f50571517 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -128,4 +128,8 @@ $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\
))
# .../spool is required for the (somewhat strange) filter configuration
+# we need to explicitly depend on library sdfilt because it is not implied
+# by a link relation
+$(call gb_CppunitTest_get_target,sd_filters_test) : $(call gb_Library_get_target,sdfilt)
+
# vim: set noet sw=4 ts=4: