gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/04: CONVERSATION: Include test binary in build (meson)


From: gnunet
Subject: [gnunet] 02/04: CONVERSATION: Include test binary in build (meson)
Date: Wed, 27 Dec 2023 21:45:27 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 53d16b539ff2187fcae7290bffdd2120ee09b56d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Dec 27 20:17:24 2023 +0100

    CONVERSATION: Include test binary in build (meson)
---
 src/contrib/service/conversation/meson.build | 10 ++++++++++
 1 file changed, 10 insertions(+)

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',
             install: true,
             install_dir: get_option('bindir'))
 
+executable ('gnunet-conversation-test',
+            'gnunet-conversation-test.c',
+            dependencies: [libgnunetconversation_dep,
+                           libgnunetspeaker_dep,
+                           libgnunetmicrophone_dep,
+                           libgnunetutil_dep],
+            include_directories: [incdir, configuration_inc],
+            install: true,
+            install_dir: get_option('bindir'))
+
 executable ('gnunet-service-conversation',
             gnunetserviceconversation_src,
             dependencies: [libgnunetconversation_dep,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]