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