diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:50:32 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:50:32 +0200 |
| commit | 03757a7355bbad885a9f3c86115f0374dd2cb854 (patch) | |
| tree | 393b9500fe95fe83e96776c946dbb87936f693fa /Makefile | |
| parent | aa2c42761a91e8eca2d551fe14f1bc1dd3fc8593 (diff) | |
Complete Nvim adapter contract
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ 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/host_adapter_contract.lua + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_smoke.lua |
