Skip to content

Commit

Permalink
Add make testdata command
Browse files Browse the repository at this point in the history
  • Loading branch information
takashabe committed Aug 25, 2018
1 parent 3338336 commit 54354a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ lint: ## Check golint
generate: ## Run go generate
go generate $(SUBPACKAGES)

test-data: ## Initialize test data
./_tools/setup_bt.sh test-project test-instance dummy

##### Utilities

.PHONY: help
Expand Down

0 comments on commit 54354a3

Please sign in to comment.