diff options
author | Daniel Hahler <github@thequod.de> | 2018-08-26 14:45:25 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-08-26 14:45:25 +0200 |
commit | 8a677f8a4bff6005fa39f090c14e970c3dfdbe6e (patch) | |
tree | f392f18775bf5242164b52d0772e4a581b4495eb /test/helpers.lua | |
parent | 5c7237640f977ee6deca5b9da90702305a96e3e2 (diff) | |
download | rneovim-8a677f8a4bff6005fa39f090c14e970c3dfdbe6e.tar.gz rneovim-8a677f8a4bff6005fa39f090c14e970c3dfdbe6e.tar.bz2 rneovim-8a677f8a4bff6005fa39f090c14e970c3dfdbe6e.zip |
src/nvim/testdir/Makefile: define NEW_TESTS automatically (#8909)
This avoids having to maintain this manually.
Tried to bring this upstream to Vim, but it does not work with non-GNU
make apparently in an easy way (https://github.com/vim/vim/pull/3376).
For Neovim GNU make can be used for this apparently.
diff (generated via):
$(shell printf '%s\n' $(NEW_TESTS) > 1)
$(shell printf '%s\n' $(NEW_TESTS2) > 2)
$(error $(shell echo $(NEW_TESTS) | wc -c) $(shell echo $(NEW_TESTS2) | wc -c))
Changes:
- Removed, already included in test_alot:
- test_changedtick.res
- test_filter_map.res
- test_findfile.res
- test_ga.res
- test_lambda.res
- test_put.res
- test_recover.res
- test_tabpage.res
- Added (apparently forgotten to be added to NEW_TESTS):
- test_breakindent.res: added in 49b671f8f
- test_display.res: added in a0c7e35ee
- test_help.res, added in 41bffeacf
- test_lispwords.res, added in 54b9510e0
- test_textformat.res, added in ef39f854d
Diffstat (limited to 'test/helpers.lua')
0 files changed, 0 insertions, 0 deletions