1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* $OpenBSD: tests.c,v 1.1 2015/02/16 22:18:34 djm Exp $ */ /* * Regress test for known_hosts-related API. * * Placed in the public domain */ void tests(void); void test_iterate(void); /* test_iterate.c */ void tests(void) { test_iterate(); }