Chromium Code Reviews| 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"), |