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

Unified Diff: mojo/tools/get_test_list.py

Issue 1445163002: Enabling Base Unit Tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Made changes to pass tests Created 5 years, 1 month 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 | « base/test/icu_test_util.cc ('k') | no next file » | 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 20d781d883c7373cda419cfc271e30c6bfa866b5..41f4e1f77b7924015cdb2ee2415f6ba0157c89ef 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -80,6 +80,10 @@ def GetTestList(config, verbose_count=0):
# C++ unit tests:
if ShouldRunTest(Config.TEST_TYPE_DEFAULT, Config.TEST_TYPE_UNIT):
+ # Base Unittests
+ AddEntry("Base Unit Tests",
+ [os.path.join(build_dir, "base_unittests")] + verbose_flags)
viettrungluu 2015/11/16 19:51:03 Please just add this to the mojo/tools/data/unitte
Sean Klein 2015/11/16 21:38:57 Done.
+
AddXvfbEntry("Unit tests",
[os.path.join("mojo", "tools", "test_runner.py"),
os.path.join("mojo", "tools", "data", "unittests"),
« no previous file with comments | « base/test/icu_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698