diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:12:47 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:12:47 +0200 |
| commit | 15bc29f2aebaa18e6cbf3e954c65a8c845fae2b9 (patch) | |
| tree | af581bc534fbf15ace7796387a6609102867e75d /Makefile | |
| parent | d6ac0e7ab3c48ffdf1e2ae15dcd6be4f9780e369 (diff) | |
Add native plugin conformance matrix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ test: 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 + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_conformance.lua profile: NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/profile.lua |
