aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cf4a58894..54708c7c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ endif
test: | nvim
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
+ PATH="$$(pwd)/build/bin:$$PATH" vroom --neovim --crawl test
unittest: | nvim
+$(BUILD_CMD) -C build unittest