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