summaryrefslogtreecommitdiff
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-14 16:33:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-14 16:34:43 +0000
commite6c0961c3d7d99591ffd8aca454623ec0d8fdefd (patch)
tree73bfb76d105ab23780e61e70d80e34fa33270b55 /filter/Module_filter.mk
parentf6cba0dbb3819cf2e11f72bc0cdb10d5d90721de (diff)
add a tiff test
Diffstat (limited to 'filter/Module_filter.mk')
-rw-r--r--filter/Module_filter.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 3fbb5e8f188b..dc8842e7a0b3 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -75,6 +75,13 @@ $(eval $(call gb_Module_add_targets,filter,\
))
endif
+ifneq ($(OS),WNT)
+# TODO, see if it links and runs under windows
+$(eval $(call gb_Module_add_check_targets,filter,\
+ CppunitTest_filter_tiff_test \
+))
+endif
+
# TODO
#$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
JunitTest_filter_complex \