100% code coverage for Unity Fixture

Add tests for uncovered lines
This commit is contained in:
jsalling
2016-02-29 23:39:03 -06:00
parent cc0f58cfbc
commit 94fc68942b
4 changed files with 36 additions and 1 deletions
+1
View File
@@ -75,5 +75,6 @@ CFLAGS += -Wstrict-prototypes
CFLAGS += -Wswitch-default
CFLAGS += -Wundef
CFLAGS += -Wno-error=undef # Warning only, this should not stop the build
CFLAGS += -Wunreachable-code
CFLAGS += -Wunused
CFLAGS += -fstrict-aliasing