1
0
Fork 0
gdm3/tests/meson.build
Daniel Baumann 83b37a3d94
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:45:29 +02:00

17 lines
274 B
Meson

m_common_test_src = [
'm-common.c',
's-common-address.c',
's-common.c',
]
m_common_test_deps = [
libgdmcommon_dep,
libcheck_dep,
]
m_common_test = executable('m-common',
m_common_test_src,
dependencies: m_common_test_deps,
)
test('m-common', m_common_test)