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

Unified Diff: mojo/tools/get_test_list.py

Issue 825063003: mojob.py: add nacltest command. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « no previous file | mojo/tools/mojob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | mojo/tools/mojob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698