mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00

With this, you can now run a single unit test file using: TEST_FILE=/path/to/file make unittest For example, to just run the path unit tests, you can do: TEST_FILE=test/unit/path.moon make unittest