Browse Source

test_minus()

main^2
fdai7731 11 months ago
parent
commit
576e1c2431
  1. 13
      src/test/c/test_Mathe.c

13
src/test/c/test_Mathe.c

@ -111,6 +111,19 @@ int a=addiere(10, 5);
void test_minus()
{
int a=subtrahiere(10, 5);
/* assert */
TEST_ASSERT_EQUAL_INT(a,5);
}

Loading…
Cancel
Save