summaryrefslogtreecommitdiff
path: root/scripts/run_android_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 00:33:56 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commiteaece2cb0d1aa84b7e3316cd2dcd9597c3ff07e8 (patch)
treeab16b71e2fd2ba1936b6768cf94e2e19ec2b5e22 /scripts/run_android_tests.py
parent07f342a2690558b8f4ce3d1bbb545c6ef3c320d1 (diff)
More refactoring of touchup and test scripts.
Diffstat (limited to 'scripts/run_android_tests.py')
-rwxr-xr-xscripts/run_android_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/run_android_tests.py b/scripts/run_android_tests.py
index 060965b..26730b0 100755
--- a/scripts/run_android_tests.py
+++ b/scripts/run_android_tests.py
@@ -19,6 +19,10 @@ class TestMetaInfo(common_tests.TestMetaInfo):
loaded_fonts = FONTS
+class TestNames(common_tests.TestNames):
+ loaded_fonts = FONTS
+
+
class TestDigitWidths(common_tests.TestDigitWidths):
loaded_fonts = FONTS