Move shims into their own directory

With three shims now it makes sense to move them to their own dedicated
directory.
This commit is contained in:
HiPhish 2024-08-12 00:14:34 +02:00
parent 827442a059
commit 79f7d77162
5 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
return {
_all = {
coverage = false,
lua = './test/lua',
lua = './test/bin/lua',
['exclude-tags'] = {'skip'},
},
default = {

View file

@ -28,13 +28,13 @@
check: unit-test e2e-test highlight-test
unit-test:
@./test/busted --run unit
@./test/bin/busted --run unit
e2e-test:
@./test/busted --run e2e
@./test/bin/busted --run e2e
highlight-test:
@./test/busted --run highlight
@./test/bin/busted --run highlight
clean:
@rm -rf test/xdg/local/state/nvim/*