소스 검색

Merge pull request #254 from blueyed/add-Makefile

Add Makefile for 'make test'
pull/260/head
Yamashita, Yuu 10 년 전
부모
커밋
dc1b5a197f
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

불러오는 중...
취소
저장