From 7a46c07230b8d8108c0e8e80df4522d0ac116538 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:28:17 +0200 Subject: Adding upstream version 0.3.65. Signed-off-by: Daniel Baumann --- spa/plugins/test/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spa/plugins/test/meson.build (limited to 'spa/plugins/test/meson.build') diff --git a/spa/plugins/test/meson.build b/spa/plugins/test/meson.build new file mode 100644 index 0000000..950ee7c --- /dev/null +++ b/spa/plugins/test/meson.build @@ -0,0 +1,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') -- cgit v1.2.3