blob: fd75b8fe36f63f0fa4c7c0b7e950e6e004b5cbd4 [file] [log] [blame]
These are interim instructions for building and testing Dart's Mojo bindings.
These instructions currently only work for Linux, and assume you already have a
Mojo checkout.
1.) Configure Mojo with Dart.
$ ./mojo/tools/mojob.py gn --release --with-dart
2.) Build Mojo with Dart.
$ ./mojo/tools/mojob.py build --release
3.) Run Dart tests.
$ ./mojo/tools/mojob.py darttest --release