libei/test/test-main.c
2023-03-13 08:52:08 +10:00

8 lines
133 B
C

/* SPDX-License-Identifier: MIT */
#include "util-munit.h"
int
main(int argc, char **argv)
{
return munit_tests_run(argc, argv);
}