mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +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