aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54708c7c1a..a4604cc67f 100644
--- a/Makefile
+++ b/Makefile
@@ -74,9 +74,11 @@ endif
mkdir -p build
touch $@
-test: | nvim
+oldtest: | nvim
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
- PATH="$$(pwd)/build/bin:$$PATH" vroom --neovim --crawl test
+
+test: | nvim
+ +$(BUILD_CMD) -C build test
unittest: | nvim
+$(BUILD_CMD) -C build unittest