From 6667caef24557d66177c1f7e9b72d2f609233d87 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 12 Sep 2013 13:10:32 +0200 Subject: gbuild: remove gb_Rdb__get_final_target ... by replacing gb_Rdb_install with a separate constructor so the right target can be registered at the module. There is still an ugly special case for the ure/services. Change-Id: I81c004143f201aaf38daca99819888313ee24f49 --- basic/CppunitTest_basic_scanner.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'basic') diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk index ec0c928a7b66..83c040a1b7d8 100644 --- a/basic/CppunitTest_basic_scanner.mk +++ b/basic/CppunitTest_basic_scanner.mk @@ -8,6 +8,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,basic_scanner)) +$(eval $(call gb_CppunitTest_use_ure,basic_scanner)) + $(eval $(call gb_CppunitTest_add_exception_objects,basic_scanner, \ basic/qa/cppunit/test_scanner \ )) -- cgit