Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
V_7_3
/
.
/
regress
/
unittests
/
hostkeys
/
tests.c
blob: 92c7646ad164106b2cd604067bbd5c82840e32e3 [
file
] [
log
] [
blame
] [
raw
]
/* $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
();
}