diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 20:21:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 20:28:56 +0100 |
commit | f547b2c4788439380c3202407c251153be0c5b8e (patch) | |
tree | fcd467fdeb65145c5d04c0cd1815cf5872d1bef2 /sw | |
parent | 465c34f6e9be7390c00fd03bdb964fc63e5edd05 (diff) |
Moved modifications.xcu to test, used from multiple modules.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_macros_test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index 403c7e6e0c7e..25b835792bd3 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -130,7 +130,7 @@ $(eval $(call gb_CppunitTest_add_old_components,sw_macros_test,\ $(eval $(call gb_CppunitTest_set_args,sw_macros_test,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ - "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(SRCDIR)/sc/qa/unit/data/registry)" \ + "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/unittest/registry)" \ )) # .../spool is required for the (somewhat strange) filter configuration |