... void test1() { CU_ASSERT(add(2, 2) == 4); } void test2() { CU_ASSERT(add(2, 3) == 5); } CU_TestInfo test_array1[] = { { "add/test1", ...
確定! 回上一頁