[Libreoffice-commits] core.git: vcl/Module_vcl.mk
Tor Lillqvist
tml at collabora.com
Fri Aug 28 00:44:47 PDT 2015
vcl/Module_vcl.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 02d87840558523370d552ef452f1660300d161b5
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Aug 28 10:43:46 2015 +0300
Revert "CppunitTest_vcl_timer always fails on Windows for me"
Now it works for me on Windows.
This reverts commit 6e8ec907dce656b81486889bf27489ad866cebd2.
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 4706bdb..c949f42 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:
More information about the Libreoffice-commits
mailing list