summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-04-27 14:56:09 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-04-27 14:56:09 -0700
commitdbf05262b14e4eb956cb65dfa2566fbf5703f1f6 (patch)
tree3e9b141a0caf4d0461d2a21f6e7802633bb8f7be /scripts/run_general_tests.py
parent8faeb294ae6ae7cc3f4a90915d3660830c76ecef (diff)
Add tests and requirements for the 'smcp' feature.
Diffstat (limited to 'scripts/run_general_tests.py')
-rwxr-xr-xscripts/run_general_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/run_general_tests.py b/scripts/run_general_tests.py
index 5dd4dc8..1a9e965 100755
--- a/scripts/run_general_tests.py
+++ b/scripts/run_general_tests.py
@@ -46,6 +46,10 @@ class TestLigatures(common_tests.TestLigatures):
loaded_fonts = FONTS
+class TestFeatures(common_tests.TestFeatures):
+ loaded_fonts = FONTS
+
+
if __name__ == '__main__':
unittest.main()