changed to only compile the 'AllTests' and it dependencies.
This commit is contained in:
parent
eca69df689
commit
0ba7b8d295
3
otto.sh
3
otto.sh
|
@ -165,7 +165,8 @@ build_main () {
|
||||||
run_c_tests () {
|
run_c_tests () {
|
||||||
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 all && ./tests/AllTests
|
make AllTests && ./tests/AllTests
|
||||||
|
#make all && ./tests/AllTests
|
||||||
}
|
}
|
||||||
|
|
||||||
print_menu () {
|
print_menu () {
|
||||||
|
|
Loading…
Reference in New Issue