Skip to content

Commit

Permalink
Move test.sh to hack folder
Browse files Browse the repository at this point in the history
Like other scripts

Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot committed Jul 22, 2019
1 parent d54b83c commit bcc75a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cross: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(pla

.PHONY: test
test: $(BUILD_DIR)
@ ./test.sh
@ ./hack/test.sh

.PHONY: install
install: $(GO_FILES) $(BUILD_DIR)
Expand Down
File renamed without changes.

0 comments on commit bcc75a8

Please sign in to comment.