summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b0ed4d..497bc70 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ $(FLAG_GOALS): $(FLAG_PREREQS)
check: $(CHECKS)
$(STRATEGY_CHECKS): check-%: bfs tests/mksock
- ./tests.sh --bfs="$(CURDIR)/bfs -S $*" $(TEST_FLAGS)
+ ./tests.sh --bfs="./bfs -S $*" $(TEST_FLAGS)
check-trie check-xtimegm: check-%: tests/%
$<