aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md6
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