From 014a7e95cc003350eaa2626233dab0693c2a4382 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 4 Jun 2019 18:58:14 -0400 Subject: parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids} --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 718899a..2d0396d 100644 --- a/Makefile +++ b/Makefile @@ -99,8 +99,8 @@ tests/mksock: tests/mksock.o check: all ./tests.sh --bfs="$(realpath bfs)" - ./tests.sh --bfs="$(realpath bfs) -dfs" - ./tests.sh --bfs="$(realpath bfs) -ids" + ./tests.sh --bfs="$(realpath bfs) -S dfs" + ./tests.sh --bfs="$(realpath bfs) -S ids" distcheck: +$(MAKE) -Bs check CFLAGS="$(CFLAGS) -fsanitize=undefined -fsanitize=address" -- cgit v1.2.3