Skip to content

Commit

Permalink
Disable solver tests (which use TTT) if the game_ttt feature is not e…
Browse files Browse the repository at this point in the history
…nabled.
  • Loading branch information
KarelPeeters committed Mar 26, 2024
1 parent 88e30da commit a1a2466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ai/solver.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO solver tests without TTT?
#![cfg(feature = "game_ttt")]

use internal_iterator::InternalIterator;

use board_game::ai::solver::{solve_all_moves, solve_value, SolverValue};
Expand Down

0 comments on commit a1a2466

Please sign in to comment.