Browse Source

test_plus

remotes/origin/Yasin
fdai7731 11 months ago
parent
commit
26cebc2b44
  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