| Index: mojo/tools/get_test_list.py
|
| diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
|
| index d8810ae005e33800c924e169f3ee983e08f3a641..48ce585e09446aedea7300470e4f19cb211ca8c3 100755
|
| --- a/mojo/tools/get_test_list.py
|
| +++ b/mojo/tools/get_test_list.py
|
| @@ -153,6 +153,10 @@ def GetTestList(config):
|
| [os.path.join("mojo", "tools", "test_runner.py"),
|
| os.path.join("mojo", "tools", "data", "dart_unittests"),
|
| build_dir, "mojob_test_successes"])
|
| + AddXvfbEntry("Dart App tests",
|
| + [os.path.join("mojo", "tools", "apptest_runner.py"),
|
| + os.path.join("mojo", "tools", "data", "dart_apptests"),
|
| + build_dir])
|
|
|
| # NaCl tests:
|
| if ShouldRunTest("nacl"):
|
|
|