1. 10 Nov, 2015 2 commits
  2. 07 Nov, 2015 2 commits
    • Adam Barth's avatar
      Add dev/run_tests · 2ed11343
      Adam Barth authored
      This script runs the Flutter unit tests. By default, the script assumes you
      have compiled a SkyShell in an "engine/src" that's a peer to the "flutter"
      directory.
      2ed11343
    • Adam Barth's avatar
      Rewire the pubspecs to use local paths · 08539b4e
      Adam Barth authored
      Using local paths ensures that each package sees each other package at HEAD.
      08539b4e
  3. 02 Nov, 2015 1 commit
  4. 29 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · fca9b8f3
      Hixie authored
      sky_engine is now at 0.0.45
      sky_services is now at 0.0.45
      flx is now at 0.0.4
      flutter is now at 0.0.15
      flutter_sprites is now at 0.0.12
      fca9b8f3
  5. 28 Oct, 2015 2 commits
  6. 12 Oct, 2015 1 commit
  7. 10 Oct, 2015 1 commit
  8. 27 Aug, 2015 1 commit
  9. 21 Aug, 2015 1 commit
    • Adam Barth's avatar
      Introduce sky/unit/test · b64e1aab
      Adam Barth authored
      This patch adds a new test harness and a first, trivial test to run with the
      harness. The new test harness is built on package:test and should run on
      Travis. Over time, we'll migrate our existing tests into this harness.
      b64e1aab