diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 13:52:52 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:09 +0200 |
commit | 814484b2ac50edb2c5b4d296afefe3a4891596ba (patch) | |
tree | cc5d726c85ab714021d51d3a2850b7ce46a5d2ec /smoketest | |
parent | e3cf2b45f700fc5f4d19790b4b29175b33d38048 (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.mk | 4 |
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)}" \ |