gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/04: meson: add dns test


From: gnunet
Subject: [gnunet] 02/04: meson: add dns test
Date: Mon, 16 Oct 2023 21:41:03 +0200

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

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

commit dde6037540e1b12d9554688658a87041a1bb7ef6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 20:22:14 2023 +0200

    meson: add dns test
---
 src/dns/meson.build | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/dns/meson.build b/src/dns/meson.build
index 32d33f3f0..f5fae3b84 100644
--- a/src/dns/meson.build
+++ b/src/dns/meson.build
@@ -64,4 +64,10 @@ if host_machine.system() == 'linux'
               include_directories: [incdir, configuration_inc],
               install: true,
               install_dir: get_option('libdir')/'gnunet'/'libexec')
+
+  test_dns = configure_file(input : 'test_gnunet_dns.sh',
+                 output : 'test_gnunet_dns.sh',
+                 install: false)
+
+  test('test_gnunet_gns', test_dns, suite: 'dns', workdir: 
meson.current_build_dir())
 endif

-- 
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]