Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtester.c63 static guint testcase_fail_count = 0; variable
135 testcase_fail_count += 1; in testcase_close()
481 testcase_fail_count++; in launch_test()
728 return testcase_fail_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE; in main()