| Index: mojo/tools/get_test_list.py
|
| diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
|
| index 341b3d803e732cdd8f26d073221c3adc75ac36c2..ad0078e16c0ff9c46394439d5c19c08a142c4224 100755
|
| --- a/mojo/tools/get_test_list.py
|
| +++ b/mojo/tools/get_test_list.py
|
| @@ -180,6 +180,13 @@ def GetTestList(config, verbose_count=0):
|
| "-p", os.path.join("mojo", "dart", "mojom", "packages"),
|
| os.path.join("mojo", "dart", "mojom", "test", "generate_test.dart")])
|
|
|
| + if target_os == Config.OS_LINUX:
|
| + AddEntry("Dart snapshotter test",
|
| + ["python",
|
| + os.path.join("mojo", "dart", "dart_snapshotter", "test",
|
| + "dart_snapshotter_test.py"),
|
| + "--build-dir=" + build_dir])
|
| +
|
| # Perf tests -----------------------------------------------------------------
|
|
|
| if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_PERF):
|
|
|