#include "../src/engine/fen.c" int total_test_count = 3; bool (*tests[3])(void) = { test_fen_no_passant, test_fen_passant, test_starting_position, }; int max_test_name_size = 17; char test_names[3][100] = { "fen_no_passant", "fen_passant", "starting_position", };