Home
last modified time | relevance | path

Searched defs:test_file (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/arch/common/semihost/src/
Dmain.c13 const char *test_file = "./test.bin"; in ZTEST() local
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_fat_file.c12 static struct fs_file_t test_file; variable
Dtest_littlefs_file.c12 static struct fs_file_t test_file; variable
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py206 def test_scan_file(test_data, test_file, class_env, expected: ScanPathResult): argument