summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 14:50:32 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 14:50:32 +0200
commit03757a7355bbad885a9f3c86115f0374dd2cb854 (patch)
tree393b9500fe95fe83e96776c946dbb87936f693fa /Makefile
parentaa2c42761a91e8eca2d551fe14f1bc1dd3fc8593 (diff)
Complete Nvim adapter contract
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1faf93..1a692cd 100644
--- a/Makefile
+++ b/Makefile
@@ -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