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

Unified Diff: tools/test.dart

Issue 12321154: Add Dartdoc testing to pub bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 3a2794d83e9dfc1a208a96271de59d070e4c4fc1..701cb0d2d895a48de8981d785709f9adddb4684b 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -66,6 +66,7 @@ final TEST_SUITE_DIRECTORIES = [
new Path('utils/tests/css'),
new Path('utils/tests/peg'),
new Path('utils/tests/pub'),
+ new Path('sdk/lib/_internal/dartdoc'),
];
main() {

Powered by Google App Engine
This is Rietveld 408576698