File: tests.c

package info (click to toggle)
openiked 7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,896 kB
  • sloc: ansic: 34,441; yacc: 2,816; perl: 690; makefile: 635; sh: 135
file content (16 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 	$OpenBSD: tests.c,v 1.1 2017/05/29 20:59:28 markus Exp $ */
/*
 * Regress test for iked payload parser
 *
 * Placed in the public domain
 */

#include "test_helper.h"

void parser_fuzz_tests(void);

void
tests(void)
{
	parser_fuzz_tests();
}