X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;fp=test%2Fintegration%2Fmeson.build;h=41a9d3b709bb46b4d44a56051787414ab16935b1;hp=899de35e87d41d8b45c12c793863d97ce221c371;hb=c8402791b82947c49ba1d04f855dab04191607ca;hpb=66eb66ec8f872db3dc12e1d01101772918d69a4a diff --git a/test/integration/meson.build b/test/integration/meson.build index 899de35e..41a9d3b7 100644 --- a/test/integration/meson.build +++ b/test/integration/meson.build @@ -1,6 +1,7 @@ tests = [ 'address_cache.py', 'basic.py', + 'bind_port.py', 'cmd_dump.py', 'cmd_fsck.py', 'cmd_import.py', @@ -10,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', @@ -32,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(