Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f4592bde
Commit
f4592bde
authored
Oct 09, 2014
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rules for integ and e2e tests
parent
a567c2c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
Makefile
Makefile
+16
-0
No files found.
Makefile
View file @
f4592bde
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment