From dd6cdcf0b7508feabf4cb903c67f8783cb0eaeea Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 29 Jul 2014 11:17:42 +0200 Subject: [PATCH] Fix copypaste bug in UnitTest rule. Make the unittests target actually build all the UnitTests and not just the UnitTestLibs. --- build/jam/TestsRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/TestsRules b/build/jam/TestsRules index bd30fe7dd1..77ff5b0e93 100644 --- a/build/jam/TestsRules +++ b/build/jam/TestsRules @@ -59,7 +59,7 @@ rule UnitTest SimpleTest $(target) : $(sources) : $(libraries) libcppunit.so : $(resources) ; - Depends unittests : $(lib) ; + Depends unittests : $(target) ; } rule TestObjects