summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 13:52:52 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:09 +0200
commit814484b2ac50edb2c5b4d296afefe3a4891596ba (patch)
treecc5d726c85ab714021d51d3a2850b7ce46a5d2ec /smoketest
parente3cf2b45f700fc5f4d19790b4b29175b33d38048 (diff)
rename gb_CppunitTest_set_arguments
It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/CppunitTest_smoketest.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index c51df89535bd..16a6ea374569 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -48,9 +48,7 @@ else
my_soffice:=path:$(OUTDIR)/installation/opt/program/soffice
endif
-$(eval $(call gb_CppunitTest_set_args,smoketest,\
- -env:UNO_SERVICES=$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/ure/services.rdb) \
- -env:UNO_TYPES=$(call gb_CppunitTarget__make_url,$(OUTDIR)/bin/types.rdb) \
+$(eval $(call gb_CppunitTest_add_arguments,smoketest,\
-env:arg-soffice=$(my_soffice) \
-env:arg-user=$(WORKDIR)/CustomTarget/smoketest \
-env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \