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

Unified Diff: tools/test.dart

Issue 10153004: Add a basic YAML processor. Much of the language is still unimplemented. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« tests/lib/yaml_tests.dart ('K') | « tests/lib/yaml_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 8ddf497676355c05131c9705bcaeee0090ceade0..cf49ec03a1903805e3997290b34da6f5ce0339ac 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -56,7 +56,8 @@
* basically add the directory here and you're done.)
*/
final TEST_SUITE_DIRECTORIES = const [
- 'utils/tests/pub'
+ 'utils/tests/pub',
+ 'tests/lib',
];
main() {
« tests/lib/yaml_tests.dart ('K') | « tests/lib/yaml_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698