From 738c875bc6b907b33eeee79f34c516403d9eef60 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 15 Mar 2024 14:19:10 -0700 Subject: [PATCH] modifed to run the tests using the AllTests executable --- otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index aac9758..1dd70ad 100755 --- a/otto.sh +++ b/otto.sh @@ -161,7 +161,7 @@ build_main () { run_c_tests () { clear_cmake_cache cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ - make all && ctest + make all && ./tests/AllTests } print_menu () {