spiegel-keyman/core/tests/unit/utftest/meson.build
Eberhard Beilharz 718881a027
chore(core): rename test files
This change rename the test files for Core according to the discussion
at the Keyman conference in November 2024.
2024-11-26 17:47:11 +01:00

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)