Added test runner options
+ Added color flag. + Added verbose flag.
This commit is contained in:
parent
2b0cd3808d
commit
ce3e50a3cb
1 changed files with 1 additions and 1 deletions
2
otto.sh
2
otto.sh
|
@ -221,7 +221,7 @@ run_c_tests () {
|
|||
format_source_code
|
||||
clear_cmake_cache
|
||||
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
|
||||
make AllTests && ./tests/AllTests
|
||||
make AllTests && ./tests/AllTests -c -v
|
||||
}
|
||||
|
||||
print_menu () {
|
||||
|
|
Loading…
Add table
Reference in a new issue