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

Unified Diff: grit/test_suite_all.py

Issue 9924009: Add c_format as a format option. (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Created 8 years, 9 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 | « grit/node/misc.py ('k') | grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/test_suite_all.py
diff --git a/grit/test_suite_all.py b/grit/test_suite_all.py
index f375c800f7b3192cd2f9bc0af12bc924039eddaa..0d4ef0d758f858f50b4ecb3c3de58ff9a274c8e1 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -45,6 +45,7 @@ class TestSuiteAll(unittest.TestSuite):
from grit.tool import preprocess_unittest
from grit.tool import rc2grd_unittest
from grit.tool import transl2tc_unittest
+ import grit.format.c_format_unittest
import grit.format.data_pack_unittest
import grit.format.js_map_format_unittest
import grit.format.rc_unittest
@@ -55,6 +56,7 @@ class TestSuiteAll(unittest.TestSuite):
clique_unittest.MessageCliqueUnittest,
filename_unittest.WindowsFilenameUnittest,
grd_reader_unittest.GrdReaderUnittest,
+ grit.format.c_format_unittest.CFormatUnittest,
grit.format.data_pack_unittest.FormatDataPackUnittest,
grit.format.js_map_format_unittest.JsMapFormatUnittest,
grit.format.rc_unittest.FormatRcUnittest,
« no previous file with comments | « grit/node/misc.py ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698