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