aboutsummaryrefslogtreecommitdiff
path: root/src/dns/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 20:23:40 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 20:23:40 +0200
commit7ef0c7341d696f5abf93d565a9a8609fc6f14d01 (patch)
tree3a17b576d8b17a81dbf784cd02326ef9dd8a60b5 /src/dns/meson.build
parentdde6037540e1b12d9554688658a87041a1bb7ef6 (diff)
downloadgnunet-7ef0c7341d696f5abf93d565a9a8609fc6f14d01.tar.gz
gnunet-7ef0c7341d696f5abf93d565a9a8609fc6f14d01.zip
meson: add dns test2
Diffstat (limited to 'src/dns/meson.build')
-rw-r--r--src/dns/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/meson.build b/src/dns/meson.build
index f5fae3b84..e1ac0bf29 100644
--- a/src/dns/meson.build
+++ b/src/dns/meson.build
@@ -67,7 +67,7 @@ if host_machine.system() == 'linux'
67 67
68 test_dns = configure_file(input : 'test_gnunet_dns.sh', 68 test_dns = configure_file(input : 'test_gnunet_dns.sh',
69 output : 'test_gnunet_dns.sh', 69 output : 'test_gnunet_dns.sh',
70 install: false) 70 copy: true)
71 71
72 test('test_gnunet_gns', test_dns, suite: 'dns', workdir: meson.current_build_dir()) 72 test('test_gnunet_gns', test_dns, suite: 'dns', workdir: meson.current_build_dir())
73endif 73endif