Browse Source

test 7

main^2
Lucas Heil 11 months ago
committed by Peter Wiebe
parent
commit
bff208a3e0
  1. 10
      src/test/c/test_sudoku.c

10
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
Loading…
Cancel
Save