Selaa lähdekoodia

Merge pull request #254 from blueyed/add-Makefile

Add Makefile for 'make test'
pull/260/head
Yamashita, Yuu 10 vuotta sitten
vanhempi
commit
dc1b5a197f
2 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. +1
    -0
      .gitignore
  2. +7
    -0
      Makefile

+ 1
- 0
.gitignore Näytä tiedosto

@ -1,3 +1,4 @@
/build
/cache
/shims
/version

+ 7
- 0
Makefile Näytä tiedosto

@ -0,0 +1,7 @@
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

Ladataan…
Peruuta
Tallenna