Skip to content

Commit 5aba04b

Browse files
committed
[test] Add test for harfbuzz
1 parent 40879c8 commit 5aba04b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/recipes/test_harfbuzz.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 TestHarfbuzzRecipe(BaseTestForMakeRecipe, unittest.TestCase):
6+
"""
7+
An unittest for recipe :mod:`~pythonforandroid.recipes.harfbuzz`
8+
"""
9+
recipe_name = "harfbuzz"
10+
sh_command_calls = ["./configure"]

0 commit comments

Comments
 (0)