mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-14 14:50:41 +02:00
8 lines
133 B
C
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);
|
|
}
|