run examples fully and pass optional yaml file to them.

begin to automatically reject tests based on criteria.
This commit is contained in:
Mark VanderVoord
2026-05-29 16:09:22 -04:00
parent c40a6e08c6
commit c06bbe791c
7 changed files with 52 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ all: setup test ${BUILD_DIR}/main run
setup:
mkdir -p ${BUILD_DIR}
mkdir -p ${OBJ}
ruby ../../scripts/create_makefile.rb --silent
ruby ../../scripts/create_makefile.rb
clean:
rm -rf ${BUILD_DIR}
+1 -1
View File
@@ -6,7 +6,7 @@
========================================================================= */
#include "unity.h"
#include "mock_foo.h"
#include "Mockfoo.h"
void setUp(void)
{