diff --git a/test/Makefile b/test/Makefile index a780ade..f5a167b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -42,12 +42,13 @@ intDetection: $(BUILD_DIR)/testunityRunner.c: tests/testunity.c | $(BUILD_DIR) awk $(AWK_SCRIPT) tests/testunity.c > $@ -AWK_SCRIPT='/^void test/{ declarations[d++]=$$0; gsub(/\(?void\)? ?/,""); tests[t++]=$$0 } \ - END{ print "\#include \"unity.h\" //Autogenerated by awk in Makefile" ; \ - for (i=0; i 0)) { - UnityPrint("[[[[ Previous Test Should Have Passed But Did Not ]]]]"); + UnityPrint(": [[[[ Test Should Have Passed But Did Not ]]]]"); UNITY_OUTPUT_CHAR('\n'); } }