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

Unified Diff: tools/grit/grit/test_suite_all.py

Issue 3116027: Add Mac output for policy template generator (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: final nits Created 10 years, 4 months 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 | « tools/grit/grit/node/misc.py ('k') | tools/grit/grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/test_suite_all.py
diff --git a/tools/grit/grit/test_suite_all.py b/tools/grit/grit/test_suite_all.py
index 98b9d0d7447330862da742ea57e0e10046470802..0a427a2f974bd96450d5ceeb0cbd1d5a392dfd43 100644
--- a/tools/grit/grit/test_suite_all.py
+++ b/tools/grit/grit/test_suite_all.py
@@ -47,6 +47,9 @@ class TestSuiteAll(unittest.TestSuite):
from grit.node.custom import filename_unittest
import grit.format.js_map_format_unittest
from grit.format.policy_templates import policy_template_generator_unittest
+ from grit.format.policy_templates.writers import plist_writer_unittest
+ from grit.format.policy_templates.writers \
+ import plist_strings_writer_unittest
test_classes = [
base_unittest.NodeUnittest,
@@ -77,6 +80,8 @@ class TestSuiteAll(unittest.TestSuite):
filename_unittest.WindowsFilenameUnittest,
grit.format.js_map_format_unittest.JsMapFormatUnittest,
policy_template_generator_unittest.PolicyTemplateGeneratorUnittest,
+ plist_writer_unittest.PListWriterUnittest,
+ plist_strings_writer_unittest.PListStringsWriterUnittest,
# add test classes here...
]
« no previous file with comments | « tools/grit/grit/node/misc.py ('k') | tools/grit/grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698