Kaynağa Gözat

Add "check" alias for testing

Follows GNU Coding Standards, see
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets
tags/v1.0.0
Sandro Santilli 7 yıl önce
ebeveyn
işleme
3f18111cbe
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Dosyayı Görüntüle

@@ -62,6 +62,9 @@ lint:
test:
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;

# As for GNU Coding Standard
check: test

.PHONY: install
install: $(BIN)/$(EXECUTABLE)
cp $< $(GOPATH)/bin/

Loading…
İptal
Kaydet