pyenv/Makefile

9 lines
222 B
Makefile
Raw Normal View History

2014-10-15 20:53:18 -04:00
test: build/bats/bin/bats
build/bats/bin/bats --tap test
cd plugins/python-build && $(PWD)/build/bats/bin/bats --tap test
2014-10-15 20:53:18 -04:00
build/bats/bin/bats:
git clone https://github.com/sstephenson/bats.git build/bats
.PHONY: test