diff --git a/Makefile b/Makefile index 76df397361a..d198a7cdc53 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/test.sh b/hack/test.sh similarity index 100% rename from test.sh rename to hack/test.sh