summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: c27a3f5ca7dac9e6c600dd303414b10fdd7e106c (plain)
1
2
3
4
5
6
7
8
9
foreach program : ['browsing', 'proxy', 'server', 'introspection', 'white-list']
    executable(
        'test-' + program,
        sources : 'test-@0@.c'.format(program),
        dependencies : [gupnp, gio_unix]
    )
endforeach

subdir('gtest')