1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-03-23 07:00:56 +00:00
pyenv/Makefile
2014-10-16 03:13:39 +02:00

7 lines
182 B
Makefile

test: build/bats/bin/bats
build/bats/bin/bats --tap test plugins/python-build/test
build/bats/bin/bats:
git clone https://github.com/sstephenson/bats.git build/bats
.PHONY: test