Browse Source

test_dev

remotes/origin/Yasin
fdai7731 11 months ago
parent
commit
548afa0acd
  1. 17
      src/test/c/test_Mathe.c

17
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
Loading…
Cancel
Save