mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
This change rename the test files for Core according to the discussion at the Keyman conference in November 2024.
10 lines
368 B
Meson
10 lines
368 B
Meson
# Copyright: © 2018 SIL International.
|
|
# Description: Cross platform build script to compile utfcode unit test.
|
|
# Create Date: 2 Oct 2018
|
|
# Authors: Tim Eves (TSE)
|
|
#
|
|
|
|
e = executable('utftest', 'utftest.tests.cpp',
|
|
objects: lib.extract_objects('../../common/cpp/utfcodec.cpp'),
|
|
include_directories: [libsrc])
|
|
test('utftest', e)
|