Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c6b983e4
Commit
c6b983e4
authored
Apr 28, 2015
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: add test target
parent
72d88780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Makefile
Makefile
+7
-4
No files found.
Makefile
View file @
c6b983e4
# This Makefile is meant to be used by people that do not usually work
# with Go source code. If you know what GOPATH is then you probably
# don't need to bother with make.
#
# Note that there is no way to run the tests or do anything other than
# building the binaries. This is by design.
.PHONY
:
geth mist clean
.PHONY
:
geth mist
test
clean
GOBIN
=
build/bin
geth
:
...
...
@@ -18,5 +15,11 @@ mist:
@
echo
"Done building."
@
echo
"Run
\"
$(GOBIN)
/mist --asset_path=cmd/mist/assets
\"
to launch mist."
all
:
build/env.sh go
install
-v
$(
shell
build/ldflags.sh
)
./...
test
:
all
build/env.sh go
test
./...
clean
:
rm
-fr
build/_workspace/pkg/ Godeps/_workspace/pkg
$(GOBIN)
/
*
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