Makefile: Ensure tags are generated before running oldtest

This commit is contained in:
James McCoy
2016-05-16 23:09:23 -04:00
parent c3c409c70f
commit 5bd65e31da

View File

@@ -85,9 +85,12 @@ endif
mkdir -p build
touch $@
oldtest: | nvim
oldtest: | nvim tags
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
tags: | nvim
+$(BUILD_CMD) -C build runtime/doc/tags
functionaltest: | nvim
+$(BUILD_CMD) -C build functionaltest