[Libreoffice-commits] .: hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk

Lubos Lunak llunak at kemper.freedesktop.org
Thu Mar 29 07:53:15 PDT 2012


 hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 61d6d08667e03271604007fe602063c08e0e8608
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Mar 29 16:52:42 2012 +0200

    --headless for hwpfilter test
    
    Otherwise there's a build dependency missing (and it's apparently
    not needed anyway).

diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index 841e199..e32d67e 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\
 ))
 
 $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\
+    --headless \
     --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
     "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
 ))


More information about the Libreoffice-commits mailing list