diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-05-29 19:05:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-05-29 19:05:50 -0400 |
commit | ecb0f5651b779c38ef25787cd26fc9a83687badc (patch) | |
tree | e8773e22ac104da8f0e0aacdff263ba78552a3b9 /Makefile | |
parent | fda29616c7af6b6e2a79c596cc01123a2d68ee02 (diff) | |
download | bfs-ecb0f5651b779c38ef25787cd26fc9a83687badc.tar.xz |
Implement an iterative deepening mode (-ids)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ tests/mksock: tests/mksock.o check: all ./tests.sh --bfs="$(realpath bfs)" ./tests.sh --bfs="$(realpath bfs) -dfs" + ./tests.sh --bfs="$(realpath bfs) -ids" distcheck: +$(MAKE) -Bs check CFLAGS="$(CFLAGS) -fsanitize=undefined -fsanitize=address" |