summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4644e6033fac5f6739734cd8361c1a61d21211e2 (plain)
1
2
3
4
5
6
7
8
9
10
test: vim-themis
	vim-themis/bin/themis --reporter spec test
	nosetests -v rplugin/python3
	flake8 rplugin/

# Use existing vim-themis install from ~/.vim, or clone it.
vim-themis:
	git clone https://github.com/thinca/vim-themis vim-themis; \

.PHONY: test