summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 0cbbb14d44573c4e3720fcbae17f352c81ec1e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
foreach program : ['context', 'bugs', 'service', 'acl', 'service-proxy', 'context-filter', 'context-manager']
    test(
        program,
        executable(
            'test-' + program,
            'test-@0@.c'.format (program),
            dependencies : [gupnp, libxml_dep],
            c_args : '-DDATA_PATH="@0@/data"'.format(meson.current_source_dir()),
            include_directories : config_h_inc,
        ),
        is_parallel : false
    )
endforeach