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