]> tinc-vpn.org Git - tinc/commit
Move integration tests into a subdirectory
authorKirill Isakov <bootctl@gmail.com>
Wed, 23 Mar 2022 06:49:09 +0000 (12:49 +0600)
committerKirill Isakov <bootctl@gmail.com>
Wed, 23 Mar 2022 11:32:18 +0000 (17:32 +0600)
commit94520716cb6ca59fc83c0c39021a085b42cda54b
tree7b2e6b55e18c4d65d6267ecc8afab9c446c58095
parentbead5aa5a467833171c69e5576595d28e7a5a6f4
Move integration tests into a subdirectory
38 files changed:
test/algorithms.test [deleted file]
test/basic.test [deleted file]
test/command-fsck.test [deleted file]
test/commandline.test [deleted file]
test/compression.test [deleted file]
test/executables.test [deleted file]
test/import-export.test [deleted file]
test/integration/algorithms.test [new file with mode: 0755]
test/integration/basic.test [new file with mode: 0755]
test/integration/command-fsck.test [new file with mode: 0755]
test/integration/commandline.test [new file with mode: 0755]
test/integration/compression.test [new file with mode: 0755]
test/integration/executables.test [new file with mode: 0755]
test/integration/import-export.test [new file with mode: 0755]
test/integration/invite-join.test [new file with mode: 0755]
test/integration/invite-offline.test [new file with mode: 0755]
test/integration/invite-tinc-up.test [new file with mode: 0755]
test/integration/legacy-protocol.test [new file with mode: 0755]
test/integration/meson.build [new file with mode: 0644]
test/integration/ns-ping.test [new file with mode: 0755]
test/integration/scripts.test [new file with mode: 0755]
test/integration/security.test [new file with mode: 0755]
test/integration/splice.c [new file with mode: 0644]
test/integration/sptps-basic.test [new file with mode: 0755]
test/integration/testlib.sh [new file with mode: 0644]
test/integration/variables.test [new file with mode: 0755]
test/invite-join.test [deleted file]
test/invite-offline.test [deleted file]
test/invite-tinc-up.test [deleted file]
test/legacy-protocol.test [deleted file]
test/meson.build
test/ns-ping.test [deleted file]
test/scripts.test [deleted file]
test/security.test [deleted file]
test/splice.c [deleted file]
test/sptps-basic.test [deleted file]
test/testlib.sh [deleted file]
test/variables.test [deleted file]