mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 10:00:29 +00:00
Merge pull request #470 from maxrzaw/makefile-cleanup
feat: Makefile target for test cleanup
This commit is contained in:
commit
7124806533
@ -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