diff options
| -rw-r--r-- | test/README.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/test/README.md b/test/README.md index 9b1f0d084a..e41936c4b6 100644 --- a/test/README.md +++ b/test/README.md @@ -3,7 +3,9 @@ Tests  Tests are run by `/cmake/RunTests.cmake` file, using `busted`. -For some failures, `.nvimlog` (or `$NVIM_LOG_FILE`) may provide insight. +For some failures, `.nvimlog` (or `$NVIM_LOG_FILE`) may provide insight.  + +Depending on the presence of binaries (e.g., `xclip`) some tests will be ignored. You must compile with libintl to prevent `E319: The command is not available in this version` errors.  --- | 
