Searched refs:RUN_TESTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c492 #define RUN_TESTS(tc, snapshot_file, ai_family) do { \ macro
504 RUN_TESTS(tc, NULL, AF_UNSPEC);
511 RUN_TESTS(tc, "snapshot_ai", AF_UNSPEC);
519 RUN_TESTS(tc, NULL, AF_INET);
527 RUN_TESTS(tc, "snapshot_ai4", AF_INET);
535 RUN_TESTS(tc, NULL, AF_INET6);
543 RUN_TESTS(tc, "snapshot_ai6", AF_INET6);
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c284 #define RUN_TESTS(tc, method) \ macro
299 RUN_TESTS(tc, METHOD_GETADDRINFO);
309 RUN_TESTS(tc, METHOD_GETHOSTBY);
320 RUN_TESTS(tc, METHOD_GETIPNODEBY);

Completed in 56 milliseconds