Skip to content

Commit 6bc00a1

Browse files
committed
Make ginkgo a dependency for integration testing
1 parent 79f3b4a commit 6bc00a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makelib/golang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ go.test.unit: $(GINKGO)
259259
@CGO_ENABLED=0 $(GINKGO) $(GO_TEST_FLAGS) $(GO_STATIC_FLAGS) $(patsubst $(ROOT_DIR)/%,./%,$(shell go list -f '{{ .Dir }}' $(GO_TEST_PACKAGES))) || $(FAIL)
260260
@$(OK) go test unit-tests
261261

262-
go.test.integration:
262+
go.test.integration: $(GINKGO)
263263
@$(INFO) ginkgo integration-tests
264264
@mkdir -p $(GO_TEST_OUTPUT) || $(FAIL)
265265
@CGO_ENABLED=0 $(GINKGO) $(GO_TEST_FLAGS) $(GO_STATIC_FLAGS) $(foreach t,$(GO_INTEGRATION_TESTS_SUBDIRS),./$(t)/...) $(TEST_FILTER_PARAM) || $(FAIL)

0 commit comments

Comments
 (0)