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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user