diff --git a/src/test/c/test_Mathe.c b/src/test/c/test_Mathe.c index 3cd0107..84fe7a9 100644 --- a/src/test/c/test_Mathe.c +++ b/src/test/c/test_Mathe.c @@ -66,6 +66,21 @@ void testGeneriereZufallsOperator() { +void test_multi() +{ + + +int a=multipliziere(4, 3); + /* assert */ + TEST_ASSERT_EQUAL_INT(a,12); + + + +} + + + + #endif