mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
feat: makefile for test cleanup
This commit is contained in:
parent
fe85b14a85
commit
34b419984e
@ -7,3 +7,6 @@ end_of_line = lf
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[{Makefile,*.mk}]
|
||||||
|
indent_style = tab
|
||||||
|
4
Makefile
4
Makefile
@ -11,4 +11,8 @@ test:
|
|||||||
nvim --headless --noplugin -u scripts/tests/minimal.vim \
|
nvim --headless --noplugin -u scripts/tests/minimal.vim \
|
||||||
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
|
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
|
||||||
|
|
||||||
|
clean:
|
||||||
|
echo "===> Cleaning"
|
||||||
|
rm /tmp/lua_*
|
||||||
|
|
||||||
pr-ready: fmt lint test
|
pr-ready: fmt lint test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user