1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-07-08 09:26:07 -04:00

Do not fail makefile just because example fails.

This commit is contained in:
Mark VanderVoord
2019-10-21 11:27:28 -04:00
parent 9842a4d03d
commit 0793de9ef1

@ -57,7 +57,7 @@ default: $(SRC_FILES1) $(SRC_FILES2)
$(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
$(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES2) -o $(TARGET2)
- ./$(TARGET1)
./$(TARGET2)
- ./$(TARGET2)
test/test_runners/TestProductionCode_Runner.c: test/TestProductionCode.c
ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c