summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 61b91bc007b60ae38787824a181dca4a5af4dd3f (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
    )
endforeach

subdir('gtest')