From 541e2daa40950e862d1f28a2bde2359f9e233670 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 20 Jul 2015 13:16:49 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index a6587fd443d..019febe4a02 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -29,7 +29,6 @@ solutions = [ target_os = ["android"] ``` - * If you're on a Mac then: `svn ls https://dart.googlecode.com/` and accept the certificate permanently. * `gclient sync` * `cd src` * `git remote add upstream git@github.com:domokit/sky_engine.git` @@ -53,6 +52,11 @@ target. * (Only the first time) `sudo ./build/install-build-deps.sh` * `./sky/tools/gn` * `ninja -C out/Debug` + +Running the code +---------------- + +* `./sky/tools/test_sky --debug` runs the tests on the host machine using `out/Debug`. * `./out/Debug/sky_shell --package-root=out/Debug/gen/dart-pkg/packages sky/sdk/example/hello_world/lib/main.dart` Note: Because Linux is headless, you won't see any UI. You can use `print` to generate console output or you can interact with the DartVM via observatory at [http://localhost:8181/](http://localhost:8181/).