repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out 2 changesets (bug 1853057) for causing mda failures on test_video_low_powe...
[gecko.git]
/
modules
/
freetype2
/
tests
/
meson.build
blob
527998ffa46fb350457757c815354e0732945b1b
1
test_issue_1063 = executable('issue-1063',
2
files([ 'issue-1063/main.c' ]),
3
dependencies: freetype_dep,
4
)
5
6
test_env = ['FREETYPE_TESTS_DATA_DIR='
7
+ join_paths(meson.current_source_dir(), 'data')]
8
9
test('issue-1063',
10
test_issue_1063,
11
env: test_env,
12
suite: 'regression')
13
14
# EOF