File: test-main.c

package info (click to toggle)
libei 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: ansic: 23,868; python: 2,712; xml: 1,243; sh: 142; makefile: 63; cpp: 12; lisp: 2
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: MIT */
#include "util-munit.h"

int
main(int argc, char **argv)
{
	return munit_tests_run(argc, argv);
}