added test support to the makefile

This commit is contained in:
Karma Riuk
2025-02-02 16:37:59 +01:00
parent 0ae37a3eba
commit 08c0a3b50b
4 changed files with 27 additions and 6 deletions

View File

@ -7,10 +7,6 @@ int main(int argc, char* argv[]) {
"rnbq1k1r/pp1Pbppp/2p5/8/2B5/8/PPP1NnPP/RNBQK2R w KQ - 1 8";
Board* b = Board::setup_fen_position(pos);
std::cout << sizeof(Board) << std::endl;
std::cout << sizeof(int8_t[64]) << std::endl;
std::cout << sizeof(Colour) << std::endl;
std::string fen = b->to_fen();
std::cout << pos << std::endl;