Browse Source

test_plus

main^2
fdai7731 11 months ago
parent
commit
d991bdf2a1
  1. 14
      src/test/c/test_Mathe.c

14
src/test/c/test_Mathe.c

@ -97,6 +97,20 @@ int a=dividiere(10, 5);
void test_plus()
{
int a=addiere(10, 5);
/* assert */
TEST_ASSERT_EQUAL_INT(a,15);
}

Loading…
Cancel
Save