summaryrefslogtreecommitdiffstats
path: root/spa/plugins/test/meson.build
blob: 950ee7c384d5309919aa495d3f33bd8d74ee3a21 (plain)
1
2
3
4
5
6
7
test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']

testlib = shared_library('spa-test',
                          test_sources,
                          dependencies : [ spa_dep, pthread_lib ],
                          install : true,
                          install_dir : spa_plugindir / 'test')