[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: meson: add netjail launcher to targets
From: |
gnunet |
Subject: |
[gnunet] branch master updated: meson: add netjail launcher to targets |
Date: |
Wed, 18 Dec 2024 13:52:25 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new ae1a4589a meson: add netjail launcher to targets
ae1a4589a is described below
commit ae1a4589a607384d99253f8d85efbc10cd9cffa7
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Dec 18 13:52:19 2024 +0100
meson: add netjail launcher to targets
---
src/lib/testing/meson.build | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/lib/testing/meson.build b/src/lib/testing/meson.build
index 83f69b74a..a405f39e2 100644
--- a/src/lib/testing/meson.build
+++ b/src/lib/testing/meson.build
@@ -36,3 +36,12 @@ executable ('gnunet-cmds-helper',
include_directories: [incdir, configuration_inc],
install: true,
install_dir: get_option('libdir')/'gnunet'/'libexec')
+
+executable ('gnunet-testing-netjail-launcher',
+ ['gnunet-testing-netjail-launcher.c'],
+ dependencies: [libgnunettesting_dep,
+ libgnunetutil_dep,
+ ],
+ include_directories: [incdir, configuration_inc],
+ install: true,
+ install_dir: get_option('bindir'))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: meson: add netjail launcher to targets,
gnunet <=