From a57a3587250eb7219391ad858fcb8a2141bf075d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 26 Jun 2012 12:01:09 +0200 Subject: gbuild: add gb_CppunitTest_use_executable and use it in sdext/CppunitTest_pdfimport.mk, which could fail previously in a parallel build. Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5 (cherry picked from commit 0d4cd11c74cf90cd3b987f628031d02fe3af47b4) Signed-off-by: Michael Stahl --- sdext/CppunitTest_pdfimport.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sdext') diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index fd0ebdac10d2..5dca559735a7 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -65,6 +65,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\ sdext/source/pdfimport/test/tests \ )) +$(eval $(call gb_CppunitTest_use_executable,sdext_pdfimport,xpdfimport)) + $(eval $(call gb_CppunitTest_use_ure,sdext_pdfimport)) $(eval $(call gb_CppunitTest_use_components,sdext_pdfimport,\ -- cgit