mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 03:20:05 +01: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);
|
|
}
|