diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ deps: # because the dir names are hyphenated, so each suite is run explicitly. # Elisp suites (tests/*/test-*.el, ERT) run in the same pass so one green # `make test-unit` covers the whole fast tier. + test-unit: @fail=0; \ for t in tests/*/test_*.py; do \ |
