[Libreoffice-commits] .: sc/CppunitTest_sc_filters_test.mk sw/CppunitTest_sw_filters_test.mk

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Fri Oct 21 20:01:28 PDT 2011


 sc/CppunitTest_sc_filters_test.mk |    1 +
 sw/CppunitTest_sw_filters_test.mk |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 63354873b7e2fb9e51abee45082e415cd438d8b2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Oct 22 00:04:31 2011 +0200

    execute filters-test in headless mode

diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 38f013b..e40ae2e 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -97,6 +97,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sc_filters_test,\
 ))
 
 $(eval $(call gb_CppunitTest_set_args,sc_filters_test,\
+    --headless \
     --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
     -env:OOO_CONFIG_REGISTRY_DIR=$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) \
 ))
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index 7726115..68087df 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -85,6 +85,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sw_filters_test,\
 ))
 
 $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\
+    --headless \
     --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
 ))
 


More information about the Libreoffice-commits mailing list