summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 17:48:35 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 17:48:35 +0200
commitfae69149ec18b2f75e124976623fc99ee3cb090a (patch)
tree8ece3e3b6b38482eb8b53828b0af319215efd2a9 /Makefile
parentae503e9498553d50cc145d26f4b3457276fc14ba (diff)
Add public mode and encoding matrices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 69cf034..e10905a 100644
--- a/Makefile
+++ b/Makefile
@@ -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