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

Side by Side Diff: third_party/pkg/di/run-tests.sh

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months 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 | Annotate | Revision Log
« no previous file with comments | « third_party/pkg/di/run-benchmarks.sh ('k') | third_party/pkg/di/scripts/env.sh » ('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
2 #!/bin/sh
3 set -e
4
5 echo "run type factories generator for tests"
6 ./test_tf_gen.sh
7
8 echo "run tests in dart"
9 dart --checked test/main.dart
10 dart --checked test/generator_test.dart
11
12 echo "run dart2js on tests"
13 mkdir -p out
14 dart2js --minify -c test/main.dart -o out/main.dart.js
15
16 echo "run tests in node"
17 node out/main.dart.js
OLDNEW
« no previous file with comments | « third_party/pkg/di/run-benchmarks.sh ('k') | third_party/pkg/di/scripts/env.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698