From 72c03a59cec41d871c5ee9dfd1e779ffa18ff79f Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 17:50:50 +0100 Subject: [PATCH] test_multi --- src/test/c/test_Mathe.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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