ソースを参照

Add Makefile for 'make test'

pull/254/head
Daniel Hahler 10年前
コミット
79507fbadf
2個のファイルの変更8行の追加0行の削除
  1. +1
    -0
      .gitignore
  2. +7
    -0
      Makefile

+ 1
- 0
.gitignore ファイルの表示

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

+ 7
- 0
Makefile ファイルの表示

@ -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

読み込み中…
キャンセル
保存