[board] Some test helpers that produce Squares from algebraic notiation and assert their validity
This commit is contained in:
parent
5e47d37aa3
commit
5039d657ae
2 changed files with 25 additions and 0 deletions
|
@ -1,9 +1,14 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
mod bitboard;
|
||||
mod moves;
|
||||
pub mod piece;
|
||||
mod position;
|
||||
mod square;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use moves::Move;
|
||||
pub use position::Position;
|
||||
pub use square::Square;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue