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