summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-03 18:22:01 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-03 21:31:43 +0200
commit66d5e304d5c543a264bffac6d72655c46a6155e1 (patch)
tree186992c5439e9c7e9efa61c6e3d73e88f5f920d7 /Makefile
parent48a5fb1d753c252780e0a267e1cba37485037fc8 (diff)
Defines motion domain and host capabilities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b1faf93
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+NVIM ?= nvim
+
+.PHONY: test
+
+test:
+ NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua