summaryrefslogtreecommitdiffstats
path: root/config/conclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/conclude.in')
-rw-r--r--config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in
index 629d06c..a5b2992 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -24,7 +24,7 @@ test: $(PROGS)
@for test in $(TESTS) dummy; do \
if test $$test != dummy; then \
echo "Testing $$test $(TEST_FLAGS)"; \
- $$test $(TEST_FLAGS) || exit 1; \
+ ./$$test $(TEST_FLAGS) || exit 1; \
fi; \
done;