Skip to content

Commit

Permalink
[FAB-9233] Remove behave make targets
Browse files Browse the repository at this point in the history
The bddtests folder was deleted in [FAB-9027]. Because of this
the make targets no longer work. This CR removes those targets.

Change-Id: Ifea4f07c736c7ef0e78c5ceeebdf083e82951011
Signed-off-by: Sheehan Anderson <[email protected]>
  • Loading branch information
srderson authored and ryjones committed Apr 3, 2018
1 parent 0466a5e commit 7e80d86
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# - verify - runs unit tests for only the changed package tree
# - profile - runs unit tests for all packages in coverprofile mode (slow)
# - test-cmd - generates a "go test" string suitable for manual customization
# - behave - runs the behave test
# - behave-deps - ensures pre-requisites are available for running behave manually
# - gotools - installs go tools like golint
# - linter - runs all code checks
# - check-deps - check for vendored dependencies that are no longer used
Expand Down Expand Up @@ -200,14 +198,6 @@ docker: docker-thirdparty $(patsubst %,$(BUILD_DIR)/image/%/$(DUMMY), $(IMAGES))

native: peer orderer configtxgen cryptogen configtxlator

behave-deps: docker peer $(BUILD_DIR)/bin/block-listener configtxgen cryptogen
behave: behave-deps
@echo "Running behave tests"
@cd bddtests; behave $(BEHAVE_OPTS)

behave-peer-chaincode: $(BUILD_DIR)/bin/peer peer-docker orderer-docker
@cd peer/chaincode && behave

linter: check-deps buildenv
@echo "LINT: Running code checks.."
@$(DRUN) $(DOCKER_NS)/fabric-buildenv:$(DOCKER_TAG) ./scripts/golinter.sh
Expand Down

0 comments on commit 7e80d86

Please sign in to comment.