Files
libopenssh/unittests/kex/tests.c
2012-03-04 21:19:24 +01:00

15 lines
140 B
C

/* $OpenBSD$ */
/*
* Placed in the public domain
*/
#include "test_helper.h"
void kex_tests(void);
void
tests(void)
{
kex_tests();
}