diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 18:19:06 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 18:19:06 +0100 |
commit | 4d8c989f030bad21362fb269635ddf8796410eac (patch) | |
tree | 5b438d98689112a9a9ca05a358a761f0caba8ca9 | |
parent | 5e8547ece1feadf3c1010aef5e01b27add2e707c (diff) | |
download | kit-4d8c989f030bad21362fb269635ddf8796410eac.zip |
TODO A* search
-rw-r--r-- | source/tests/_exe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/_exe.c b/source/tests/_exe.c index cf310b0..5509ab3 100644 --- a/source/tests/_exe.c +++ b/source/tests/_exe.c @@ -12,6 +12,7 @@ #include "input_stream.test.c" #include "lower_bound.test.c" #include "mersenne_twister_64.test.c" +#include "astar.test.c" #include "move_back.test.c" #include "mutex.test.c" #include "secure_random.test.c" |