diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-12-27 19:30:23 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-06-11 00:08:27 +0200 |
commit | f72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (patch) | |
tree | 260e270e1cdb9a60e63b52d170ce305e4150686a /test | |
parent | c69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff (diff) | |
download | rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.gz rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.bz2 rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.zip |
doc: job/channel, misc #7783
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: <Cmd> pseudokey
doc: lmap change #5658
doc: -s, -es
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/README.md b/test/README.md index 58aa6a06aa..9b1f0d084a 100644 --- a/test/README.md +++ b/test/README.md @@ -17,11 +17,6 @@ For some failures, `.nvimlog` (or `$NVIM_LOG_FILE`) may provide insight. Running tests ------------- -Neovim uses third-party tooling to execute tests. So be sure, from the -repository directory, to build the tools before testing: - - make cmake - ## Executing Tests To run all _non-legacy_ (unit + functional) tests: @@ -89,6 +84,7 @@ To run only the tagged tests: TEST_TAG=foo make functionaltest **NOTES**: + * Tags are mainly used for testing issues (ex: `#1234`), so use the following method. * `TEST_FILE` is not a pattern string like `TEST_TAG` or `TEST_FILTER`. The |