mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build: remove functionaltest-lua target
It's not needed anymore as it does the exact same thing as functionaltest. The functionaltest target will test the lua type neovim was built with, which can be toggled with the PREFER_LUA option.
This commit is contained in:
2
Makefile
2
Makefile
@ -126,7 +126,7 @@ test/old/testdir/%.vim: phony_force nvim
|
||||
+$(SINGLE_MAKE) -C test/old/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst test/old/testdir/%.vim,%,$@)
|
||||
|
||||
functionaltest-lua: | nvim
|
||||
$(BUILD_TOOL) -C build $@
|
||||
$(BUILD_TOOL) -C build functionaltest
|
||||
|
||||
FORMAT=formatc formatlua format
|
||||
LINT=lintlua lintsh lintc clang-tidy lintcommit lint
|
||||
|
Reference in New Issue
Block a user