diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 18:28:14 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 18:28:14 +0100 |
commit | 5665439255e5e8ec219b309d455f4da8c960050b (patch) | |
tree | 7abb7d3cf1fcf1dfe32a4c323b1cf53acb6cf4bb /source/tests | |
parent | 4d8c989f030bad21362fb269635ddf8796410eac (diff) | |
download | kit-5665439255e5e8ec219b309d455f4da8c960050b.zip |
TODO A* search fix
Diffstat (limited to 'source/tests')
-rw-r--r-- | source/tests/astar.test.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 |