Skip to content

Commit 40879c8

Browse files
committed
[test] Add test for freetype
1 parent 1d8dcaf commit 40879c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/recipes/test_freetype.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import unittest
2+
from tests.recipes.recipe_lib_test import BaseTestForMakeRecipe
3+
4+
5+
class TestFreetypeRecipe(BaseTestForMakeRecipe, unittest.TestCase):
6+
"""
7+
An unittest for recipe :mod:`~pythonforandroid.recipes.freetype`
8+
"""
9+
recipe_name = "freetype"
10+
sh_command_calls = ["./configure"]

0 commit comments

Comments
 (0)