aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d433cf..3508510 100644
--- a/Makefile
+++ b/Makefile
@@ -418,6 +418,7 @@ catchup-machine: ## Pull rulesets, refresh install, sync .ai/ across projects, v
test: ## Run all test suites (pytest + ERT + bats)
@cd .ai/scripts/tests && python3 -m pytest
+ @cd hooks/tests && python3 -m pytest
@set -e; for f in .ai/scripts/tests/test-*.el; do \
[ -e "$$f" ] || continue; \
echo "ert: $$(basename "$$f")"; \