@ -81,6 +81,23 @@ int a=multipliziere(4, 3);
void test_dev()
{
int a=dividiere(10, 5);
/* assert */
TEST_ASSERT_EQUAL_INT(a,2);
}
#endif