diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-22 09:20:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-22 12:26:41 +0000 |
commit | c8587d05bd50c710fdbfae475aa495a8d46e6094 (patch) | |
tree | 0d7860802e8a65dd033a115bb9cd0bc22eb46294 | |
parent | 52a6e0a6fa86f80ee91d52abc779b6db667c367a (diff) |
confirmed that tests pass on windows
-rw-r--r-- | filter/Module_filter.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk index 4f9773de351c..24fe97cdbcae 100644 --- a/filter/Module_filter.mk +++ b/filter/Module_filter.mk @@ -75,13 +75,10 @@ $(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_tga_test \ CppunitTest_filter_tiff_test \ )) -endif # TODO #$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\ |