mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 03:30:37 +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