Fix copypaste bug in UnitTest rule.

Make the unittests target actually build all the UnitTests and not just
the UnitTestLibs.
This commit is contained in:
Adrien Destugues 2014-07-29 11:17:42 +02:00
parent 44a4999b89
commit dd6cdcf0b7

View File

@ -59,7 +59,7 @@ rule UnitTest
SimpleTest $(target) : $(sources) : $(libraries) libcppunit.so
: $(resources) ;
Depends unittests : $(lib) ;
Depends unittests : $(target) ;
}
rule TestObjects