Searched refs:TEST_CONFIG_DIR (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/tests/subsys/settings/file/src/ |
D | settings_test_empty_file.c | 22 cf_mfg.cf_name = TEST_CONFIG_DIR"/mfg"; in ZTEST() 23 cf_running.cf_name = TEST_CONFIG_DIR"/running"; in ZTEST() 36 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST() 39 rc = fsutil_write_file(TEST_CONFIG_DIR"/mfg", cf_mfg_test, in ZTEST() 43 rc = fsutil_write_file(TEST_CONFIG_DIR"/running", cf_running_test, in ZTEST()
|
D | settings_test_small_file.c | 24 cf_mfg.cf_name = TEST_CONFIG_DIR "/mfg"; in ZTEST() 25 cf_running.cf_name = TEST_CONFIG_DIR "/running"; in ZTEST() 32 rc = fsutil_write_file(TEST_CONFIG_DIR "/mfg", cf_mfg_test, in ZTEST() 43 rc = fsutil_write_file(TEST_CONFIG_DIR "/running", cf_running_test, in ZTEST()
|
D | settings_test_multiple_in_file.c | 25 cf_mfg.cf_name = TEST_CONFIG_DIR "/mfg"; in ZTEST() 29 rc = fsutil_write_file(TEST_CONFIG_DIR "/mfg", cf_mfg_test1, in ZTEST() 38 rc = fsutil_write_file(TEST_CONFIG_DIR "/mfg", cf_mfg_test2, in ZTEST()
|
D | settings_test_save_one_file.c | 23 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST() 26 cf.cf_name = TEST_CONFIG_DIR "/blah"; in ZTEST()
|
D | settings_test_save_in_file.c | 23 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST() 26 cf.cf_name = TEST_CONFIG_DIR "/blah"; in ZTEST()
|
D | settings_test_compress_file.c | 30 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST() 33 cf.cf_name = TEST_CONFIG_DIR "/korwin"; in ZTEST()
|
/Zephyr-Core-3.5.0/tests/subsys/settings/file/include/ |
D | settings_test.h | 13 #define TEST_CONFIG_DIR TEST_FS_MPTR"/settings" macro
|