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 /sd | |
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 'sd')
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index 4b24b2550c80..b8d157ab43db 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -124,7 +124,7 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sd_regression_test,\ $(OUTDIR)/unittest/registry \ )) -$(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ +$(eval $(call gb_CppunitTest_add_arguments,sd_regression_test,\ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ )) |