[Libreoffice-commits] core.git: svl/Module_svl.mk
Stephan Bergmann
sbergman at redhat.com
Thu Oct 29 09:07:00 UTC 2015
svl/Module_svl.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit c86c51a142301316f78db65ce8697da8d34fd9eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 29 10:06:32 2015 +0100
sort
Change-Id: I074eb6c6ecd651aa63257f7f8424efbd87af899c
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk
index 636b4fa..3b11224b 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
More information about the Libreoffice-commits
mailing list