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:
parent
e7bbf98659
commit
a037f6338c
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue