Skip to content

Commit eb2c0fa

Browse files
committed
chore(make): output $(VIM) and $(VIM_FLAGS) on tests
1 parent 3734cb9 commit eb2c0fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ clean:
1515

1616
.PHONY: test
1717
test: test/vader.vim
18+
@echo Running tests against $(VIM) $(VIM_FLAGS)
19+
@echo
1820
@cd test && $(VIM) $(VIM_FLAGS) -c 'Vader! symlink.vader'
1921
@cd test && $(VIM) $(VIM_FLAGS) -R -c 'Vader! symlink.vader'
2022
@cd test && $(VIM) $(VIM_FLAGS) -c 'Vader! symlink-edit-in-popup.vader'

0 commit comments

Comments
 (0)