20 lines
219 B

#ifdef TEST
#include "unity.h"
#include "addition.h"
void setUp(void)
{
}
void tearDown(void)
{
}
void test_addition_NeedToImplement(void)
{
TEST_IGNORE_MESSAGE("Need to Implement addition");
}
#endif // TEST