Ensure make errors when a test fails

This commit is contained in:
Toby Jaffey 2025-12-10 19:27:39 +00:00
parent 30b7ff4791
commit 46b6d1efba
4 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ INC_DIRS=-I$(UNITY_ROOT)/src -I../../uvm32/ -I../../common -Irom
default: $(SRC_FILES1) rom
@$(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) rom/rom-header.c -o $(TARGET1)
@- ./$(TARGET1)
@ ./$(TARGET1)
rom:
@(cd rom && make)