Add NeoVim test runner

For the queries that can't be tested with `tree-sitter` itself.
This commit is contained in:
Bruno BELANYI 2024-04-11 19:42:25 +01:00
parent cb932811c5
commit cabd5f6a20
4 changed files with 95 additions and 0 deletions

View file

@ -5,10 +5,12 @@ all:
.PHONY: test
test: all
tree-sitter test --apply-all-captures
nvim-test-runner
.PHONY: update-tests
update-tests: all
tree-sitter test -u --apply-all-captures
nvim-test-runner
.PHONY: playground
playground: