| Index: mojo/tools/get_test_list.py
|
| diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
|
| index 4b6a3cc5a0c5093500c280a7420c9ba069debaaf..d8810ae005e33800c924e169f3ee983e08f3a641 100755
|
| --- a/mojo/tools/get_test_list.py
|
| +++ b/mojo/tools/get_test_list.py
|
| @@ -154,6 +154,15 @@ def GetTestList(config):
|
| os.path.join("mojo", "tools", "data", "dart_unittests"),
|
| build_dir, "mojob_test_successes"])
|
|
|
| + # NaCl tests:
|
| + if ShouldRunTest("nacl"):
|
| + AddEntry("NaCl tests",
|
| + [os.path.join(build_dir, "monacl_shell"),
|
| + os.path.join(build_dir, "irt_" + config.target_arch,
|
| + "irt_core.nexe"),
|
| + os.path.join(build_dir, "clang_newlib_" + config.target_arch,
|
| + "monacl_test.nexe")])
|
| +
|
| # ----------------------------------------------------------------------------
|
|
|
| return test_list
|
|
|