Logo
Explore Help
Sign In
fluencelabs/tendermint
1
0
Fork 0
You've already forked tendermint
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-01 15:41:22 +00:00
Code Issues Projects Releases Wiki Activity
tendermint/Makefile

16 lines
307 B
Makefile
Raw Normal View History

use local import for testing
2017-03-08 16:23:38 +04:00
PACKAGES=$(shell go list ./... | grep -v "test")
add test example
2016-06-23 20:36:59 -04:00
fix circleci
2017-03-07 19:20:19 +04:00
all: get_deps test
add test example
2016-06-23 20:36:59 -04:00
support key-value params in JSONRPC (Refs #1) More changes: - remove Client interface (reason: empty) - introduce HTTPClient interface, which can be used for both ClientURI and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8) - rename integration tests script to `integration_test.sh` - do not update deps on `get_deps`
2017-03-07 18:34:54 +04:00
test:
@echo "--> Running go test --race"
@go test --race $(PACKAGES)
@echo "--> Running integration tests"
@bash ./test/integration_test.sh
add test example
2016-06-23 20:36:59 -04:00
get_deps:
support key-value params in JSONRPC (Refs #1) More changes: - remove Client interface (reason: empty) - introduce HTTPClient interface, which can be used for both ClientURI and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8) - rename integration tests script to `integration_test.sh` - do not update deps on `get_deps`
2017-03-07 18:34:54 +04:00
@echo "--> Running go get"
@go get -v -d $(PACKAGES)
.PHONY: all test get_deps
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 65ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API