Browse Source

test 7

remotes/origin/Lucas
Lucas Heil 11 months ago
parent
commit
368b942bce
  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