mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[meson] Cosmetic
This commit is contained in:
parent
1db93d2f6d
commit
b01cea95e1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ env.set('HAVE_UNISCRIBE', '@0@'.format(conf.get('HAVE_UNISCRIBE', 0)))
|
|||
sets = ['in-house', 'aots', 'text-rendering-tests']
|
||||
foreach set : sets
|
||||
# in-house -> in_house_tests, aots -> aots_tests, text-rendering-tests -> text_rendering_tests
|
||||
varname = '@0@_tests'.format(set.replace('-', '_'))
|
||||
varname = '@0@_tests'.format(set.underscorify())
|
||||
varname = varname.replace('tests_tests', 'tests')
|
||||
tests = get_variable(varname)
|
||||
file_names = []
|
||||
|
|
Loading…
Add table
Reference in a new issue