diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:06:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:06:32 +0100 |
commit | c86c51a142301316f78db65ce8697da8d34fd9eb (patch) | |
tree | 4b4407967aabf5b756b02f8207464ef9722711f5 /svl | |
parent | 980cf4ad2ce25bd549d745208ca926bd5c205921 (diff) |
sort
Change-Id: I074eb6c6ecd651aa63257f7f8424efbd87af899c
Diffstat (limited to 'svl')
-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 |