20 lines
228 B

  1. #ifdef TEST
  2. #include "unity.h"
  3. #include "subtraktion.h"
  4. void setUp(void)
  5. {
  6. }
  7. void tearDown(void)
  8. {
  9. }
  10. void test_subtraktion_NeedToImplement(void)
  11. {
  12. TEST_IGNORE_MESSAGE("Need to Implement subtraktion");
  13. }
  14. #endif // TEST