summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-08-28 10:43:46 +0300
committerTor Lillqvist <tml@collabora.com>2015-08-28 10:43:46 +0300
commit02d87840558523370d552ef452f1660300d161b5 (patch)
treea86892856e2988f078092899bac00d7217fe5050 /vcl
parenta206b04ceb4108fdd1414dd70addcfcd42a8c29a (diff)
Revert "CppunitTest_vcl_timer always fails on Windows for me"
Now it works for me on Windows. This reverts commit 6e8ec907dce656b81486889bf27489ad866cebd2.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Module_vcl.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 4706bdbd1fc0..c949f4275580 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -124,4 +124,10 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
))
endif
+# Is any configuration missing?
+ifeq ($(OS),WNT)
+$(eval $(call gb_Module_add_check_targets,vcl,\
+ CppunitTest_vcl_timer \
+))
+endif
# vim: set noet sw=4 ts=4: