fen: add fen_test()

This commit is contained in:
2024-02-22 09:11:25 +01:00
parent 4d8f69e8c9
commit 9c02a02c1e
2 changed files with 95 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#include "debug.h"
#include "pool.h"
#include "../src/bitboard.h"
#include "../src/position.h"
#include "../src/fen.h"
@@ -14,6 +15,7 @@ int main(int ac, char**av)
//debug_init(5, stderr, true);
//pos_pool_init();
bitboard_init();
pos = pos_new();
if (ac == 1) {
fen = startfen;