mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-04 15:40:41 +02:00
test: fix the suite name for the EI integration tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
efa01ffc38
commit
dd426757fb
1 changed files with 2 additions and 2 deletions
|
|
@ -261,7 +261,7 @@ static MunitTest ei_tests[] = {
|
|||
{ .name = "/device/add_zero_caps", .test = test_ei_device_add_zero_caps },
|
||||
};
|
||||
|
||||
static const MunitSuite iotest_suite = {
|
||||
static const MunitSuite ei_suite = {
|
||||
"/ei",
|
||||
ei_tests,
|
||||
NULL,
|
||||
|
|
@ -272,5 +272,5 @@ static const MunitSuite iotest_suite = {
|
|||
int
|
||||
main(int argc, char* argv[MUNIT_ARRAY_PARAM(argc + 1)])
|
||||
{
|
||||
return munit_suite_main(&iotest_suite, NULL, argc, argv);
|
||||
return munit_suite_main(&ei_suite, NULL, argc, argv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue