summaryrefslogtreecommitdiff
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
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 \
r>2013-04-26fdo#53163 fix hatching for objects with curvesDavid Tardon 2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-15fdo#60724 correct spellingThomas Arnhold 2013-04-14add filter libs to libmergedPeter Foley