Kaydet (Commit) 02d87840 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "CppunitTest_vcl_timer always fails on Windows for me"

Now it works for me on Windows.

This reverts commit 6e8ec907.
üst a206b04c
...@@ -124,4 +124,10 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ ...@@ -124,4 +124,10 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
)) ))
endif 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: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment