Home
last modified time | relevance | path

Searched refs:testsuite_path (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_testsuite.py605 testsuite_path,
614 src_dir_path = os.path.join(testsuite_path, 'src')
622 elif path == testsuite_path:
645 result = scan_testsuite_path(testsuite_path)
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py282 def scan_testsuite_path(testsuite_path): argument
289 src_dir_path = _find_src_dir_path(testsuite_path)
313 for filename in find_c_files_in(testsuite_path):