Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/Utility/
DCIAssignTest.py262 test_count = os.getenv('BOT_TEST_COUNT')
263 if test_count:
264 test_count = int(test_count)
265 self.test_cases *= test_count
/hal_espressif-3.6.0/components/unity/
Dunity_runner.c274 int test_count = get_test_count(); in unity_run_menu() local
311 unity_run_single_test_by_index_parse(cmdline + idx, test_count); in unity_run_menu()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rmt.c465 for (uint32_t test_count = 0; test_count < 5; test_count++) { variable
Dtest_adc.c255 const int test_count = TEST_COUNT; variable
261 for (int i = 0; i < test_count; i++) {
/hal_espressif-3.6.0/components/wear_levelling/test/
Dtest_wl.c301 int test_count = fake_partition.size/sector_size - 4; variable
303 for (int m=0 ; m < test_count; m++) {