Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c116 static int test_and_report( in test_and_report() function
132 int result = test_and_report(test_main_thread, 0, "Testing mallinfo main thread"); in main()
133 result &= test_and_report(test_main_thread, 1, "Testing mallinfo2 main thread"); in main()
134 result &= test_and_report(test_different_threads, 0, "Testing mallinfo different threads"); in main()
135 result &= test_and_report(test_different_threads, 1, "Testing mallinfo2 different threads"); in main()