diff options
author | Matthieu Coudron <mattator@gmail.com> | 2018-08-25 23:13:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-25 23:13:34 +0900 |
commit | 2e5c299f11c8326a8fe0acebb4030f33050ec3ed (patch) | |
tree | 5dda7762c3bb2a5a2be18f678e1dc96458c1574f | |
parent | c0157e8fe0b9b25d9004b3f10a0ef5d33e4ff027 (diff) | |
download | rneovim-2e5c299f11c8326a8fe0acebb4030f33050ec3ed.tar.gz rneovim-2e5c299f11c8326a8fe0acebb4030f33050ec3ed.tar.bz2 rneovim-2e5c299f11c8326a8fe0acebb4030f33050ec3ed.zip |
warn about tests without libintl
-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. --- |