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 a75c0c0bc4111c684ddb38bd550eab07ab51e9cc..13329a8c34a90badd8b08bbc98dc9df2681816bf 100755 |
| --- a/mojo/tools/get_test_list.py |
| +++ b/mojo/tools/get_test_list.py |
| @@ -124,6 +124,11 @@ def GetTestList(config, verbose_count=0): |
| AddEntry("Go system tests", |
| [os.path.join(build_dir, "obj", "mojo", "go", "system_test")]) |
| + # Go mojom parser serialization tests: |
|
azani
2015/11/05 21:20:46
Maybe fold this under mojom_parser tests. It is a
rudominer
2015/11/05 21:47:31
Done.
|
| + AddEntry("Go mojom parser serialization tests", |
| + [os.path.join(build_dir, "obj", "mojom", "mojom_parser", |
| + "serialization_test")]) |
| + |
| # Pure Go unit tests: |
| assert paths.go_tool_path is not None |
| go_tool = paths.go_tool_path |