aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-12-09 01:49:59 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-12-30 21:09:39 +0100
commit4ba8266ab1212a9c1e3250f3785061ee8d52043e (patch)
treeb10464193dafe59d919eb9791fe1c70e9b429c8b /test
parentfa5182489a660e672bac6ea78ba4eefcbba9d6eb (diff)
downloadrneovim-4ba8266ab1212a9c1e3250f3785061ee8d52043e.tar.gz
rneovim-4ba8266ab1212a9c1e3250f3785061ee8d52043e.tar.bz2
rneovim-4ba8266ab1212a9c1e3250f3785061ee8d52043e.zip
doc
- CMake features
Diffstat (limited to 'test')
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 1a5dc022f4..d3f421e8fc 100644
--- a/test/README.md
+++ b/test/README.md
@@ -205,7 +205,7 @@ Tests in `/test/unit` and `/test/functional` are divided into groups
by the semantic component they are testing.
- _Unit tests_
- ([test/unit](https://github.com/neovim/neovim/tree/master/test/unit)) should
+ ([test/unit](https://github.com/neovim/neovim/tree/master/test/unit)) should
match 1-to-1 with the structure of `src/nvim/`, because they are testing
functions directly. E.g. unit-tests for `src/nvim/undo.c` should live in
`test/unit/undo_spec.lua`.