diff --git a/test/Makefile b/test/Makefile index b0c4d2c..2d6ba23 100644 --- a/test/Makefile +++ b/test/Makefile @@ -37,12 +37,13 @@ test: $(BUILD_DIR)/testunityRunner.c $(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