mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-19 21:38:30 +08:00
- catch optional fixtures plugin up to mainline unity (somewhat. like fixing line endings)
This commit is contained in:
@ -43,6 +43,7 @@ CFLAGS += -Wundef
|
||||
CFLAGS += -Wold-style-definition
|
||||
CFLAGS += -Wmissing-prototypes
|
||||
CFLAGS += -Wmissing-declarations
|
||||
CFLAGS += -DUNITY_FIXTURES
|
||||
|
||||
TARGET_BASE1=all_tests
|
||||
TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)
|
||||
@ -63,7 +64,7 @@ all: clean default
|
||||
|
||||
default:
|
||||
$(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
|
||||
./$(TARGET1)
|
||||
./$(TARGET1) -v
|
||||
|
||||
clean:
|
||||
$(CLEANUP)
|
||||
|
Reference in New Issue
Block a user