Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtestutils.c89 static guint test_skip_count = 0; variable
279 test_skip_count = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args()
283 test_skip_count = g_ascii_strtoull (argv[i], NULL, 0); in parse_args()
1111 if (++test_run_count <= test_skip_count) in test_case_run()