gtest color for autorun tests
This commit is contained in:
parent
a472d5aae5
commit
d78abd911c
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ for mode in (MODE.split(',') if MODE else ['debug']):
|
||||||
|
|
||||||
# Get test binaries.
|
# Get test binaries.
|
||||||
test = do_sconscript(env, TEST_DIR, out_dir.Dir('test'))
|
test = do_sconscript(env, TEST_DIR, out_dir.Dir('test'))
|
||||||
run_tests = env.Alias('test', [test], test[0].path)
|
run_tests = env.Alias('test', [test], '{} --gtest_color=yes'.format(test[0].path))
|
||||||
env.AlwaysBuild(run_tests)
|
env.AlwaysBuild(run_tests)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue