diff options
-rw-r--r-- | svl/Module_svl.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 636b4fa7ef3b..3b11224b5dbb 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -30,12 +30,12 @@ $(eval $(call gb_Module_add_l10n_targets,svl,\ )) $(eval $(call gb_Module_add_check_targets,svl,\ - CppunitTest_svl_lngmisc \ - CppunitTest_svl_qa_cppunit \ CppunitTest_svl_inetcontenttype \ - CppunitTest_svl_items \ CppunitTest_svl_itempool \ + CppunitTest_svl_items \ + CppunitTest_svl_lngmisc \ CppunitTest_svl_notify \ + CppunitTest_svl_qa_cppunit \ )) #FIXME: fails on MSVC |