mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 17:38:32 +00:00
Define a CMake target for every subdirectory of test/functional that contains functional tests, and a functionaltest_parallel target that depends on all those targets, allowing multiple test runners to run in parallel. On CI, use at most 2 parallel test runners, as using more may increase system load and make tests unstable.