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:25:03 +02:00
parent 44a4999b89
commit dd6cdcf0b7
+1 -1
View File
@@ -59,7 +59,7 @@ rule UnitTest
SimpleTest $(target) : $(sources) : $(libraries) libcppunit.so
: $(resources) ;
Depends unittests : $(lib) ;
Depends unittests : $(target) ;
}
rule TestObjects