From c04b35168a6a8bc47e53267299ca8c2f2051d3a0 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 14 Sep 2024 13:06:36 -0700 Subject: [PATCH] Edited the testing automation script to make and run the correct tests. --- otto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otto.sh b/otto.sh index 5aec5a9..d96e779 100755 --- a/otto.sh +++ b/otto.sh @@ -257,10 +257,10 @@ run_c_tests () { cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ make AllTests make Mock_Tests - make TriacTests + make EnTests ./tests/AllTests -v -c ./tests/Mock_Tests -v -c - ./tests/TriacTests -v -c + ./tests/EnTests -v -c } print_menu () {