Searched refs:tests (Results 1 – 2 of 2) sorted by relevance
29 } tests [] = variable60 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) in do_test()62 printf ("Testing: %s\n", tests[i].network); in do_test()63 res = inet_network (tests[i].network); in do_test()65 if (res != tests[i].number) in do_test()69 tests[i].network); in do_test()71 tests[i].number, tests[i].number, res, res); in do_test()
56 tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ macro63 tests-static += tst-deadline64 tests-internal += tst-deadline68 tests-static += tst-idna_name_classify69 tests-internal += tst-idna_name_classify73 tests-internal += tst-inet6_scopeid_pton
Completed in 3 milliseconds