mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
8 lines
182 B
Makefile
8 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
|