Add bitboard test

This commit is contained in:
2022-12-22 12:10:14 +01:00
parent db23a4c610
commit e620e6f5cb
5 changed files with 28 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ add_executable(tests
BoardTests.cpp
FenTests.cpp
EngineTests.cpp
BitBoardTest.cpp
)
target_link_libraries(tests cplchess_lib Catch2::Catch2)