#include "../src/search/king_moves.c" int total_test_count = 2; bool (*tests[2])(void) = { test_empty_board, test_friendly_pieces, }; int max_test_name_size = 15; char test_names[2][100] = { "empty_board", "friendly_pieces", };