@ -11,6 +11,10 @@ void tearDown(void)
{
}
void test_square(void) {
float result = square(2.5);
TEST_ASSERT_EQUAL_FLOAT(6.25, result);
#endif