summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-06-04 18:58:14 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-06-04 18:58:14 -0400
commit014a7e95cc003350eaa2626233dab0693c2a4382 (patch)
tree27a064cd7035bf4e01865fd9d855742f237ca1a3 /Makefile
parentf04b4487de5f09be4961f45fe43454b403aca3b2 (diff)
downloadbfs-014a7e95cc003350eaa2626233dab0693c2a4382.tar.xz
parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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"