Disable CppunitTest_vcl_wmf_test under --enable-merglibs for now

...the problems caused by that test having the vcl objects linked into both the
test's library and the mergedlib (which the test's library links against) are
just not manageable.

Change-Id: I6976407275f1f8d8cebfe2dfc6c09656a3936200
This commit is contained in:
Stephan Bergmann 2016-08-30 16:20:11 +02:00
parent e7bbf98659
commit a037f6338c

View file

@ -107,7 +107,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
CppunitTest_vcl_mapmode \
CppunitTest_vcl_outdev \
CppunitTest_vcl_app_test \
CppunitTest_vcl_wmf_test \
$(if $(MERGELIBS),,CppunitTest_vcl_wmf_test) \
))