Home
last modified time | relevance | path

Searched refs:TEST_CONFIG_DIR (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/settings/file/src/
Dsettings_test_empty_file.c22 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()
Dsettings_test_small_file.c24 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()
Dsettings_test_multiple_in_file.c25 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()
Dsettings_test_save_one_file.c23 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST()
26 cf.cf_name = TEST_CONFIG_DIR "/blah"; in ZTEST()
Dsettings_test_save_in_file.c23 rc = fs_mkdir(TEST_CONFIG_DIR); in ZTEST()
26 cf.cf_name = TEST_CONFIG_DIR "/blah"; in ZTEST()
Dsettings_test_compress_file.c30 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/
Dsettings_test.h13 #define TEST_CONFIG_DIR TEST_FS_MPTR"/settings" macro