diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:48:35 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:48:35 +0200 |
| commit | fae69149ec18b2f75e124976623fc99ee3cb090a (patch) | |
| tree | 8ece3e3b6b38482eb8b53828b0af319215efd2a9 /Makefile | |
| parent | ae503e9498553d50cc145d26f4b3457276fc14ba (diff) | |
Add public mode and encoding matrices
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ NVIM ?= nvim test: NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/conformance.lua + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/phase16.lua NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/host_adapter_contract.lua NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_smoke.lua |
