zephyr/scripts/tests
Michal Smola c772234e43 twister: fix build dir path for mklink
When twister is run on Windows with --short-build-path option, mklink
fails to create link, because path to build dir contains forward
slashes, which are not handled correctly by mklink.
Fix it by using os.path.normpath in mklink call.
Added os.path.join mock in twister unit test to handle path join
consistently.

Signed-off-by: Michal Smola <michal.smola@nxp.com>
2024-01-19 06:54:17 -05:00
..
build scripts: tests: Add tests for subfolder_list.py 2020-07-20 17:31:53 -04:00
build_helpers .github: workflows: Workflow for build_helpers 2023-10-10 15:55:58 +03:00
twister twister: fix build dir path for mklink 2024-01-19 06:54:17 -05:00
twister_blackbox scripts: tests: Blackbox test expansion 2024-01-19 09:53:36 +01:00