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