tests.c 202 B

123456789101112131415
  1. /* $OpenBSD: tests.c,v 1.1 2015/01/15 23:41:29 markus Exp $ */
  2. /*
  3. * Placed in the public domain
  4. */
  5. #include "../test_helper/test_helper.h"
  6. void kex_tests(void);
  7. void
  8. tests(void)
  9. {
  10. kex_tests();
  11. }