mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
5f8341a388
BUG= R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2685913002 .
860 B
860 B
Contributing
Contributions welcome! Please follow the guide in Contributing.
Building
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki. Once set up to build the SDK, run:
./tools/build.py -mrelease create_sdk
Running tests
To run analyzer tests:
./tools/test.py -mrelease pkg/analyzer/test/
To run all analysis server tests:
./tools/test.py -mrelease pkg/analysis_server/test/
To run just the analysis server integration tests:
./tools/test.py -mrelease pkg/analysis_server/test/integration/