Merge pull request #242 from jsalling/feature/fixture-test-name

Fixture - Remove duplicate output of test name in verbose mode
This commit is contained in:
Mark VanderVoord
2017-01-13 16:38:10 -05:00
committed by GitHub
4 changed files with 5 additions and 12 deletions

View File

@ -43,7 +43,6 @@ CFLAGS += -Wundef
CFLAGS += -Wold-style-definition
CFLAGS += -Wmissing-prototypes
CFLAGS += -Wmissing-declarations
CFLAGS += -DUNITY_FIXTURES
TARGET_BASE1=all_tests
TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)