diff --git a/test/bulkmem/build.sh b/tests/bulkmem/build.sh similarity index 100% rename from test/bulkmem/build.sh rename to tests/bulkmem/build.sh diff --git a/test/bulkmem/main.c b/tests/bulkmem/main.c similarity index 100% rename from test/bulkmem/main.c rename to tests/bulkmem/main.c diff --git a/test/files/bin/test_files b/tests/files/bin/test_files similarity index 100% rename from test/files/bin/test_files rename to tests/files/bin/test_files diff --git a/test/files/build.bat b/tests/files/build.bat similarity index 100% rename from test/files/build.bat rename to tests/files/build.bat diff --git a/test/files/build.sh b/tests/files/build.sh similarity index 100% rename from test/files/build.sh rename to tests/files/build.sh diff --git a/test/files/data/directory/test.txt b/tests/files/data/directory/test.txt similarity index 100% rename from test/files/data/directory/test.txt rename to tests/files/data/directory/test.txt diff --git a/test/files/data/jail/dir/test.txt b/tests/files/data/jail/dir/test.txt similarity index 100% rename from test/files/data/jail/dir/test.txt rename to tests/files/data/jail/dir/test.txt diff --git a/test/files/data/jail/dir_escape b/tests/files/data/jail/dir_escape similarity index 100% rename from test/files/data/jail/dir_escape rename to tests/files/data/jail/dir_escape diff --git a/test/files/data/jail/file_escape b/tests/files/data/jail/file_escape similarity index 100% rename from test/files/data/jail/file_escape rename to tests/files/data/jail/file_escape diff --git a/test/files/data/jail/test.txt b/tests/files/data/jail/test.txt similarity index 100% rename from test/files/data/jail/test.txt rename to tests/files/data/jail/test.txt diff --git a/test/files/data/regular.txt b/tests/files/data/regular.txt similarity index 100% rename from test/files/data/regular.txt rename to tests/files/data/regular.txt diff --git a/test/files/data/symlink b/tests/files/data/symlink similarity index 100% rename from test/files/data/symlink rename to tests/files/data/symlink diff --git a/test/files/main.c b/tests/files/main.c similarity index 100% rename from test/files/main.c rename to tests/files/main.c