Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f0289e5c
Unverified
Commit
f0289e5c
authored
Feb 07, 2018
by
Whyrusleeping
Committed by
GitHub
Feb 07, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4653 from ipfs/fix/4647
document make targets
parents
b37f8565
5abb3c60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
12 deletions
+9
-12
Rules.mk
Rules.mk
+9
-9
test/sharness/Rules.mk
test/sharness/Rules.mk
+0
-3
No files found.
Rules.mk
View file @
f0289e5c
...
...
@@ -142,15 +142,15 @@ help:
@
echo
''
@
echo
'TESTING TARGETS:'
@
echo
''
@
echo
' test - Run
expensive
tests'
@
echo
' test_short - Run short tests and short sharness tests'
@
echo
' test_go_short'
@
echo
' test_go_
expensive
'
@
echo
' test_go_
race
'
@
echo
' test_go_
megacheck - Run the `megacheck` vetting tool
'
@
echo
' test_
sharness_short
'
@
echo
' test_sharness_
expensive
'
@
echo
' test_sharness_
race
'
@
echo
' test - Run
all
tests'
@
echo
' test_short - Run short
go
tests and short sharness tests'
@
echo
' test_go_short
- Run short go tests
'
@
echo
' test_go_
test - Run all go tests
'
@
echo
' test_go_
expensive - Run all go tests and compile on all platforms
'
@
echo
' test_go_
race - Run go tests with the race detector enabled
'
@
echo
' test_
go_megacheck - Run the `megacheck` vetting tool
'
@
echo
' test_sharness_
short - Run short sharness tests
'
@
echo
' test_sharness_
expensive - Run all sharness tests
'
@
echo
' coverage - Collects coverage info from unit tests and sharness'
@
echo
.PHONY
:
help
test/sharness/Rules.mk
View file @
f0289e5c
...
...
@@ -60,9 +60,6 @@ test_sharness_expensive: export TEST_EXPENSIVE=1
test_sharness_expensive
:
test_sharness_short
.PHONY
:
test_sharness_expensive
test_sharness_race
:
GOFLAGS += -race
.PHONY
:
test_sharness_race
TEST
+=
test_sharness_expensive
TEST_SHORT
+=
test_sharness_short
...
...
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