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

Unified Diff: mojo/tools/get_test_list.py

Issue 1421193003: New Mojom Parser: Serialization. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix typos. 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
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..b27e80bdb4228a6203ae9e65500b99fe0d9ebbb5 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
« no previous file with comments | « mojo/go/rules.gni ('k') | mojom/BUILD.gn » ('j') | mojom/mojom_parser/mojom/mojom_descriptor.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698