mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
30826cb2d6
- Add support for TEST_FILE to the `oldtest` target, for consistency with the busted/lua tests. Caveat: with the busted/lua tests TEST_FILE takes a full path, whereas for `oldtest` it must be "test_foo.res". - Add support for NVIM_PRG, again so that all test-related targets are consistent. - Use consistent name for NVIM_PRG. But still need to support NVIM_PROG for QuickBuild CI. Note: The `oldtest` target is driven by the top-level Makefile, because it requires a TTY. CMake 3.2 added a USES_TERMINAL flag to add_custom_target(). But we support CMake 2.8... add_custom_target(oldtest COMMAND make clean COMMAND make NVIM_PRG=$<TARGET_FILE:nvim> $ENV{MAKEOVERRIDES} DEPENDS nvim WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src/nvim/testdir" USES_TERMINAL true ) |
||
---|---|---|
.. | ||
ConvertPo.cmake | ||
FindIconv.cmake | ||
FindJeMalloc.cmake | ||
FindLibIntl.cmake | ||
FindLibTermkey.cmake | ||
FindLibUV.cmake | ||
FindLibVterm.cmake | ||
FindLuaJit.cmake | ||
FindMsgpack.cmake | ||
FindUnibilium.cmake | ||
GenerateHelptags.cmake.in | ||
GetCompileFlags.cmake | ||
GetGitRevisionDescription.cmake | ||
GetGitRevisionDescription.cmake.in | ||
i386-linux-gnu.toolchain.cmake | ||
InstallHelpers.cmake | ||
LibFindMacros.cmake | ||
LuaHelpers.cmake | ||
mingw32-w64-cross-travis.toolchain.cmake | ||
PreventInTreeBuilds.cmake | ||
RunLint.cmake | ||
RunMsgfmt.cmake | ||
RunMsgmerge.cmake | ||
RunTests.cmake | ||
RunTestsLint.cmake | ||
RunXgettext.cmake | ||
WindowsDllCopy.cmake |