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