File: meson.build

package info (click to toggle)
gdm3 49.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,060 kB
  • sloc: ansic: 31,633; sh: 1,637; xml: 539; makefile: 72
file content (17 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (4)
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)