diff --git a/src/test/c/test_Mathe.c b/src/test/c/test_Mathe.c index 84fe7a9..e32f775 100644 --- a/src/test/c/test_Mathe.c +++ b/src/test/c/test_Mathe.c @@ -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