Index: tools/testing/dart/test_options.dart |
=================================================================== |
--- tools/testing/dart/test_options.dart (revision 39949) |
+++ tools/testing/dart/test_options.dart (working copy) |
@@ -433,6 +433,12 @@ |
[], |
null), |
new _TestOptionSpecification( |
+ 'package_root', |
+ 'Additional directory to add to the testing matrix', |
Bill Hesse
2014/09/08 15:31:20
This is not an additional directory to add to the
|
+ ['--package-root'], |
+ [], |
+ null), |
+ new _TestOptionSpecification( |
'exclude_suite', |
'Exclude suites from default selector, only works when no' |
' selector has been specified on the command line', |