From 496c9191b03d77dd81bb55c3d00e563f210beba0 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 2 Aug 2024 13:12:40 -0700 Subject: [PATCH] removed the Triac specific lines from automation script --- otto.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/otto.sh b/otto.sh index 5aec5a9..f88993e 100755 --- a/otto.sh +++ b/otto.sh @@ -257,10 +257,8 @@ run_c_tests () { cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ make AllTests make Mock_Tests - make TriacTests ./tests/AllTests -v -c ./tests/Mock_Tests -v -c - ./tests/TriacTests -v -c } print_menu () {