mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
warn about tests without libintl
This commit is contained in:
parent
c0157e8fe0
commit
2e5c299f11
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user