@ -111,6 +111,19 @@ int a=addiere(10, 5);
void test_minus()
{
int a=subtrahiere(10, 5);
/* assert */
TEST_ASSERT_EQUAL_INT(a,5);
}