aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-12-27 20:17:24 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-12-27 20:17:24 +0100
commit53d16b539ff2187fcae7290bffdd2120ee09b56d (patch)
treeefa529f7d67138f77ab9249119dd4bdc2ff26520 /src
parent0c1e695a9f59d9691aee4a4aa84f3b3a4dadfce6 (diff)
downloadgnunet-53d16b539ff2187fcae7290bffdd2120ee09b56d.tar.gz
gnunet-53d16b539ff2187fcae7290bffdd2120ee09b56d.zip
CONVERSATION: Include test binary in build (meson)
Diffstat (limited to 'src')
-rw-r--r--src/contrib/service/conversation/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/contrib/service/conversation/meson.build b/src/contrib/service/conversation/meson.build
index 095ae2fd5..b5de523b4 100644
--- a/src/contrib/service/conversation/meson.build
+++ b/src/contrib/service/conversation/meson.build
@@ -82,6 +82,16 @@ executable ('gnunet-conversation',
82 install: true, 82 install: true,
83 install_dir: get_option('bindir')) 83 install_dir: get_option('bindir'))
84 84
85executable ('gnunet-conversation-test',
86 'gnunet-conversation-test.c',
87 dependencies: [libgnunetconversation_dep,
88 libgnunetspeaker_dep,
89 libgnunetmicrophone_dep,
90 libgnunetutil_dep],
91 include_directories: [incdir, configuration_inc],
92 install: true,
93 install_dir: get_option('bindir'))
94
85executable ('gnunet-service-conversation', 95executable ('gnunet-service-conversation',
86 gnunetserviceconversation_src, 96 gnunetserviceconversation_src,
87 dependencies: [libgnunetconversation_dep, 97 dependencies: [libgnunetconversation_dep,