File: meson.build

package info (click to toggle)
btrfsd 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: ansic: 1,966; xml: 123; python: 114; sh: 98; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Meson definition for Btrfsd Tests

test_btd_exe = executable ('as-test_misc',
    ['test-btd.c'],
    dependencies: btrfsd_deps,
    link_with: btrfsd_lib,
    include_directories: [root_inc_dir, include_directories ('../src')]
)
test ('test_btd',
    test_btd_exe,
)