summaryrefslogtreecommitdiff
path: root/source/tests/astar.test.c
blob: ae5044c345bcfe7aa853dcaed2295b1d4e9a233c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../kit/astar.inl.h"

#define KIT_TEST_FILE astar
#include "../kit/test.h"

TEST("astar") {
  //  TODO
  //
}

#undef KIT_TEST_FILE