From ecb0f5651b779c38ef25787cd26fc9a83687badc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 29 May 2019 19:05:50 -0400 Subject: Implement an iterative deepening mode (-ids) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e81b509..718899a 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.2.3