Commit f4592bde authored by Tim Hockin's avatar Tim Hockin

Make rules for integ and e2e tests

parent a567c2c2
...@@ -43,6 +43,22 @@ check test: ...@@ -43,6 +43,22 @@ check test:
hack/test-go.sh $(WHAT) $(TESTS) hack/test-go.sh $(WHAT) $(TESTS)
.PHONY: check test .PHONY: check test
# Build and run integration tests.
#
# Example:
# make test_integration
test_integration test_integ:
hack/test-integration.sh
.PHONY: integration
# Build and run end-to-end tests.
#
# Example:
# make test_e2e
test_e2e:
hack/e2e-test.sh
.PHONY: test_e2e
# Remove all build artifacts. # Remove all build artifacts.
# #
# Example: # Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment