@ -0,0 +1 @@
#include "subtraktion.h"
@ -0,0 +1,5 @@
#ifndef SUBTRAKTION_H
#define SUBTRAKTION_H
#endif // SUBTRAKTION_H
@ -0,0 +1,20 @@
#ifdef TEST
#include "unity.h"
void setUp(void)
{
}
void tearDown(void)
void test_subtraktion_NeedToImplement(void)
TEST_IGNORE_MESSAGE("Need to Implement subtraktion");
#endif // TEST