Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c1979 size_t tests_size = 0; in munit_suite_main_custom() local
2167 realloc((void *)runner.tests, sizeof(char *) * (tests_size + 2)); in munit_suite_main_custom()
2174 runner.tests[tests_size++] = argv[arg]; in munit_suite_main_custom()
2175 runner.tests[tests_size] = NULL; in munit_suite_main_custom()