| Index: mojo/tools/get_test_list.py
|
| diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
|
| index a2372410247053cb80a2648af879da7d876616f2..f771487bc3d9538d462674de77a6af240652fba2 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 tests:
|
| + 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
|
|
|