From 0ba7b8d29531cc5816885fd0513a16ca239e2ca4 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 20 Mar 2024 12:43:02 -0700 Subject: [PATCH] changed to only compile the 'AllTests' and it dependencies. --- otto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index 36d80a8..bd545c6 100755 --- a/otto.sh +++ b/otto.sh @@ -165,7 +165,8 @@ build_main () { run_c_tests () { clear_cmake_cache cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ - make all && ./tests/AllTests + make AllTests && ./tests/AllTests + #make all && ./tests/AllTests } print_menu () {