diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-08-28 09:29:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-08-28 09:29:31 +0300 |
commit | 6e8ec907dce656b81486889bf27489ad866cebd2 (patch) | |
tree | 923748a0114808b200fed5087b5c7c139b7412d8 /vcl/Module_vcl.mk | |
parent | 098f9189c603fe8b345d2e64f5579fd7f3e0ca05 (diff) |
CppunitTest_vcl_timer always fails on Windows for me
Change-Id: I73f0771a09d3e74242b25922007c00ff77b37f8a
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index c949f4275580..4706bdbd1fc0 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -124,10 +124,4 @@ $(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: |