summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 961a896..5619aad 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,9 @@ endif
+$(MAKE) -Bs release check
+$(MAKE) -Bs check
ifeq ($(OS),Linux)
- ./tests.sh --sudo
+ ./tests.sh --sudo --bfs="$(realpath bfs)"
+ ./tests.sh --sudo --bfs="$(realpath bfs) -S dfs"
+ ./tests.sh --sudo --bfs="$(realpath bfs) -S ids"
endif
clean: