diff --git a/src/test/c/test_sudoku.c b/src/test/c/test_sudoku.c index 19f424b..f3ff12d 100644 --- a/src/test/c/test_sudoku.c +++ b/src/test/c/test_sudoku.c @@ -162,5 +162,15 @@ void test_check_if_Sudoku_solved_mistake_on_purpose() { } +//6 + +void test_Game_loop_1(){ + test_help = true; + selected_difficulty = 1; + Game_loop(); + printf("Unit test for Game_loop() executed.\n\n"); +} + + #endif // TEST