tests: Move port-specific test directories into tests/ports/ directory.

To keep them all together, mirroring the top-level directory structure.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-01-18 16:32:31 +11:00
parent f93ffc2875
commit 7bbcee3cf0
135 changed files with 7 additions and 7 deletions

View File

@@ -415,7 +415,7 @@ function ci_unix_build_helper {
}
function ci_unix_build_ffi_lib_helper {
$1 $2 -shared -o tests/unix/ffi_lib.so tests/unix/ffi_lib.c
$1 $2 -shared -o tests/ports/unix/ffi_lib.so tests/ports/unix/ffi_lib.c
}
function ci_unix_run_tests_helper {