summaryrefslogtreecommitdiffstats
path: root/sw/CppunitTest_sw_macros_test.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-09 16:08:37 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-10 12:02:40 +0200
commit7530303bf9aeadf5423dcf1c78128a458a9588ba (patch)
tree4550a6a658f1eea5ab14f76ef3f91df08a1bf305 /sw/CppunitTest_sw_macros_test.mk
parentdo not serialize tail_build unless there is 'all' target (diff)
downloadcore-7530303bf9aeadf5423dcf1c78128a458a9588ba.tar.gz
core-7530303bf9aeadf5423dcf1c78128a458a9588ba.zip
gbuild: missing dep on $(OUTDIR)/unittest/registry for tests
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
Diffstat (limited to 'sw/CppunitTest_sw_macros_test.mk')
-rw-r--r--sw/CppunitTest_sw_macros_test.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk
index bd754e9db2e4..c8d94e795018 100644
--- a/sw/CppunitTest_sw_macros_test.mk
+++ b/sw/CppunitTest_sw_macros_test.mk
@@ -121,8 +121,6 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_macros_test))
-$(eval $(call gb_CppunitTest_use_extra_configuration,sw_macros_test,\
- $(OUTDIR)/unittest/registry \
-))
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_macros_test))
# vim: set noet sw=4 ts=4: