Skip to content

Commit

Permalink
Make rules for integ and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Oct 10, 2014
1 parent a567c2c commit f4592bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f4592bd

Please sign in to comment.