From 5665439255e5e8ec219b309d455f4da8c960050b Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 24 Feb 2024 18:28:14 +0100 Subject: TODO A* search fix --- source/tests/astar.test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/tests/astar.test.c (limited to 'source/tests') diff --git a/source/tests/astar.test.c b/source/tests/astar.test.c new file mode 100644 index 0000000..ae5044c --- /dev/null +++ b/source/tests/astar.test.c @@ -0,0 +1,11 @@ +#include "../kit/astar.inl.h" + +#define KIT_TEST_FILE astar +#include "../kit/test.h" + +TEST("astar") { + // TODO + // +} + +#undef KIT_TEST_FILE -- cgit v1.2.3