1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Cleanup example Makefiles, update test runners

Delete clang flags that were disabled with -Wno-*
This commit is contained in:
jsalling
2017-01-18 08:13:41 -06:00
parent d460a89a04
commit 185fb49380
6 changed files with 28 additions and 41 deletions

View File

@@ -11,7 +11,7 @@
setUp(); \
TestFunc(); \
} \
if (TEST_PROTECT() && !TEST_IS_IGNORED) \
if (TEST_PROTECT()) \
{ \
tearDown(); \
} \

View File

@@ -11,7 +11,7 @@
setUp(); \
TestFunc(); \
} \
if (TEST_PROTECT() && !TEST_IS_IGNORED) \
if (TEST_PROTECT()) \
{ \
tearDown(); \
} \