1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 01:41:35 +01:00

Added prototypes to stop errors when Ninja.

This commit is contained in:
Michael Brockus
2019-07-03 15:55:19 -07:00
parent e89b281e43
commit c7185b3a5a
2 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ void tearDown(void)
{
}
void test_IgnoredTest(void);
void test_AnotherIgnoredTest(void);
void test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented(void);
void test_IgnoredTest(void)
{
TEST_IGNORE_MESSAGE("This Test Was Ignored On Purpose");