|
|
@ -37,6 +37,7 @@ extern void test_calculate_mines_HeightZero(void); |
|
|
|
extern void test_calculate_mines_HeightWidthNumber(void); |
|
|
|
extern void test_calculate_mines_HeightWidthAgan(void); |
|
|
|
extern void test_calculate_mines_HeightWidthRoundUp(void); |
|
|
|
extern void test_calculate_mines_HeightWidthNoRound(void); |
|
|
|
|
|
|
|
|
|
|
|
/*=======Mock Management=====*/ |
|
|
@ -128,6 +129,7 @@ int main(void) |
|
|
|
run_test(test_calculate_mines_HeightWidthNumber, "test_calculate_mines_HeightWidthNumber", 356); |
|
|
|
run_test(test_calculate_mines_HeightWidthAgan, "test_calculate_mines_HeightWidthAgan", 370); |
|
|
|
run_test(test_calculate_mines_HeightWidthRoundUp, "test_calculate_mines_HeightWidthRoundUp", 384); |
|
|
|
run_test(test_calculate_mines_HeightWidthNoRound, "test_calculate_mines_HeightWidthNoRound", 398); |
|
|
|
|
|
|
|
return UnityEnd(); |
|
|
|
} |