diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")"; \ |
