mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Make rules for integ and e2e tests
This commit is contained in:
parent
a567c2c27f
commit
f4592bde44
16
Makefile
16
Makefile
@ -43,6 +43,22 @@ check test:
|
||||
hack/test-go.sh $(WHAT) $(TESTS)
|
||||
.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.
|
||||
#
|
||||
# Example:
|
||||
|
Loading…
Reference in New Issue
Block a user