From 2e5c299f11c8326a8fe0acebb4030f33050ec3ed Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sat, 25 Aug 2018 23:13:34 +0900 Subject: warn about tests without libintl --- test/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. --- -- cgit