blob: 128b5d2e6f5add18515a1cb5ece10dab928eb965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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)
|