diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-29 16:52:42 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-29 16:52:42 +0200 |
commit | 61d6d08667e03271604007fe602063c08e0e8608 (patch) | |
tree | 3c55c73834350955ce9b0f48d6e960a839baa512 | |
parent | 6b7942f5ac0498414931a0e7842aa96452b7a04d (diff) |
--headless for hwpfilter test
Otherwise there's a build dependency missing (and it's apparently
not needed anyway).
-rw-r--r-- | hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index 841e199a6dd0..e32d67ee7a78 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)" \ )) |