X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;h=41a9d3b709bb46b4d44a56051787414ab16935b1;hb=c8402791b82947c49ba1d04f855dab04191607ca;hp=3414ddb56f342a13ef63c17fbf02589807548b10;hpb=c45a3fd7319d03bd147448a017f5aaed3b46fdfe;p=tinc diff --git a/test/integration/meson.build b/test/integration/meson.build index 3414ddb5..41a9d3b7 100644 --- a/test/integration/meson.build +++ b/test/integration/meson.build @@ -1,5 +1,7 @@ tests = [ + 'address_cache.py', 'basic.py', + 'bind_port.py', 'cmd_dump.py', 'cmd_fsck.py', 'cmd_import.py', @@ -9,10 +11,13 @@ tests = [ 'cmd_net.py', 'cmd_sign_verify.py', 'commandline.py', + 'device.py', + 'device_multicast.py', 'executables.py', 'import_export.py', 'invite.py', 'invite_tinc_up.py', + 'net.py', 'proxy.py', 'sandbox.py', 'scripts.py', @@ -31,9 +36,19 @@ endif if os_name == 'linux' tests += [ - 'ns_ping.py', + 'bind_address.py', 'compression.py', + 'device_raw_socket.py', + 'device_tap.py', + 'ns_ping.py', ] + if not opt_systemd.disabled() + tests += 'systemd.py' + endif +endif + +if cdata.has('HAVE_FD_DEVICE') + tests += 'device_fd.py' endif exe_splice = executable(