build: added plenary test runner

This commit is contained in:
Folke Lemaitre 2022-11-28 07:31:13 +01:00
parent 08f4804916
commit f51eb0d957
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 37 additions and 0 deletions

3
tests/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"