mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
test(core): build fix for test_unicode
- incorporate change from #11483 Fixes: #10183
This commit is contained in:
parent
e5ee26aaea
commit
f3a80f50a6
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ test('test_context_normalization', tc, suite: 'ldml')
|
|||
# Build and run additional test_unicode test
|
||||
|
||||
u = executable('test_unicode', 'test_unicode.cpp',
|
||||
['test_unicode.cpp', '../emscripten_filesystem.cpp'],
|
||||
['test_unicode.cpp', common_test_files],
|
||||
cpp_args: defns + warns,
|
||||
include_directories: [inc, libsrc, '../../../../developer/src/ext/json'],
|
||||
link_args: links + tests_flags,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue