Simplify testing commands using a Makefile

This commit is contained in:
Adriaan Zonnenberg
2018-03-02 18:31:23 +01:00
parent a0cfe6791c
commit 5c3a71983c
5 changed files with 34 additions and 65 deletions

View File

@@ -3,8 +3,8 @@ dependencies:
- sudo add-apt-repository ppa:jonathonf/vim -y
- sudo apt-get update
- sudo apt-get install vim
- bash test/install.sh
- make dependencies
test:
override:
- vim -u test/vimrc -c 'Vader! test/*.vader'
- make test