diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-09 16:08:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-10 12:02:40 +0200 |
commit | 7530303bf9aeadf5423dcf1c78128a458a9588ba (patch) | |
tree | 4550a6a658f1eea5ab14f76ef3f91df08a1bf305 /sd | |
parent | f18357810e5e4c2d24d76aedea1ffe8dd6947826 (diff) |
gbuild: missing dep on $(OUTDIR)/unittest/registry for tests
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index 56b480a0b3f9..af34ec512982 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -124,9 +124,7 @@ $(eval $(call gb_CppunitTest_use_configuration,sd_regression_test)) $(eval $(call gb_CppunitTest_use_filter_configuration,sd_regression_test)) -$(eval $(call gb_CppunitTest_use_extra_configuration,sd_regression_test,\ - $(OUTDIR)/unittest/registry \ -)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_regression_test)) $(eval $(call gb_CppunitTest_add_arguments,sd_regression_test,\ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ |