Searched refs:testit (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libutil/tests/ |
| H A D | trimdomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit() function 84 testit(TESTFQDN, -1, TESTHOST, "self"); in main() 85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain"); in main() 86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize"); in main() 87 testit("bogus.example.net", -1, NULL, "arbitrary host"); in main() 88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname"); in main()
|
| H A D | trimdomain-nodomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit() function 84 testit(TESTFQDN, -1, TESTHOST, "self"); in main() 85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain"); in main() 86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize"); in main() 87 testit("bogus.example.net", -1, NULL, "arbitrary host"); in main() 88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname"); in main()
|
| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | test-lru.rb | 7 def testit(filename) method 221 testit(filename)
|