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

Unified Diff: tools/testing/dart/test_configurations.dart

Issue 2914233002: Allow test.py to run dartdoc tests. Run dartdoc tests on pub bots. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « tools/bots/pub.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index 4b146aa5e7e6672a63a51645c24c71f9060f469a..f17ae9a7c2f04abc5271cc8a405a041be7787ae5 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -25,6 +25,7 @@ import 'vm_test_config.dart';
* moved to here, if possible.
*/
final TEST_SUITE_DIRECTORIES = [
+ new Path('third_party/pkg/dartdoc'),
new Path('pkg'),
new Path('third_party/pkg_tested'),
new Path('runtime/tests/vm'),
« no previous file with comments | « tools/bots/pub.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698