diff options
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 |