Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Side by Side Diff: mojo/go/tests/README.txt

Issue 647573004: -Add README for building go sample application (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: README modifications. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/go/sample_app/README.txt ('k') | third_party/libevent/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Setup instructions to run system_test
2
3 1) Download/Install the Go compiler
4
5 $ unset GOBIN GOPATH GOROOT
6 $ hg clone https://code.google.com/p/go
7 $ cd go/src
8 $ ./all.bash
9 $ ls ../bin
10
11 3) Now, we switch to the Mojo workspace and build system_test
12
13 $ cd mojo/src
14 $ gn args <output_directory>
15
16 mojo_use_go=true
17 go_build_tool="<path_to_go_binary>"
18
19 $ gn gen <output_directory>
20 $ ninja -C <output_directory> system_test
21 $ <output_directory>/obj/mojo/go/system_test -test.v
OLDNEW
« no previous file with comments | « mojo/go/sample_app/README.txt ('k') | third_party/libevent/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698