Skip to content

Commit

Permalink
makefile cleanup
Browse files Browse the repository at this point in the history
int
  • Loading branch information
rigelrozanski authored and ethanfrey committed Jun 16, 2017
1 parent 81d6d24 commit ad17fcf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ dist:

test: test_unit test_cli

clitest/shunit2:
wget "https://raw.githubusercontent.com/kward/shunit2/master/source/2.1/src/shunit2" \
-q -O clitest/shunit2

test_cli: clitest/shunit2
# sudo apt-get install jq
@./clitest/basictx.sh
@./clitest/counter.sh
# @./clitest/ibc.sh

test_unit:
go test $(PACKAGES)
#go run tests/tendermint/*.go
Expand All @@ -35,6 +25,7 @@ test_cli:
-q -O tests/cli/shunit2
# sudo apt-get install jq
@./tests/cli/basictx.sh
@./tests/cli/counter.sh
# @./clitest/ibc.sh

get_vendor_deps: tools
Expand Down

0 comments on commit ad17fcf

Please sign in to comment.