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

/barrelfish-master/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c485 #define RUN_TESTS(tc, snapshot_file, ai_family) do { \ macro
503 RUN_TESTS(tc, NULL, AF_UNSPEC);
510 RUN_TESTS(tc, "snapshot_ai", AF_UNSPEC);
518 RUN_TESTS(tc, NULL, AF_INET);
526 RUN_TESTS(tc, "snapshot_ai4", AF_INET);
534 RUN_TESTS(tc, NULL, AF_INET6);
542 RUN_TESTS(tc, "snapshot_ai6", AF_INET6);
/barrelfish-master/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 76 milliseconds