aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8635861..7cd6c0b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -71,7 +71,7 @@ test-all: check-deps
for testfile in $(ALL_TESTS); do \
echo " Testing $$testfile..."; \
$(EMACS_BATCH) -l ert -l "$$testfile" \
- --eval '(ert-run-tests-batch-and-exit)' || failed=$$((failed + 1)); \
+ --eval '(ert-run-tests-batch-and-exit t)' || failed=$$((failed + 1)); \
done; \
if [ $$failed -eq 0 ]; then \
printf "$(GREEN)[✓] All tests passed$(NC)\n"; \