Return and run tests after building
This commit is contained in:
parent
6087354bc8
commit
a472d5aae5
2 changed files with 5 additions and 2 deletions
|
@ -26,4 +26,5 @@ for f in files:
|
|||
objs.append(env.Object(f))
|
||||
|
||||
# TODO: Add the library target for the package to test to LIBS.
|
||||
env.Program('test', objs, LIBS=['gtest'])
|
||||
test = env.Program('test', objs, LIBS=['gtest'])
|
||||
Return('test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue