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:
@@ -59,7 +59,7 @@ rule UnitTest
|
|||||||
SimpleTest $(target) : $(sources) : $(libraries) libcppunit.so
|
SimpleTest $(target) : $(sources) : $(libraries) libcppunit.so
|
||||||
: $(resources) ;
|
: $(resources) ;
|
||||||
|
|
||||||
Depends unittests : $(lib) ;
|
Depends unittests : $(target) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
rule TestObjects
|
rule TestObjects
|
||||||
|
|||||||
Reference in New Issue
Block a user