mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-08 05:48:04 +02:00
test: fix the naming of some unit tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a20d09c049
commit
d26ab60b1f
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ static MunitTest ei_tests[] = {
|
|||
static const MunitSuite libei_suite
|
||||
__attribute__((used))
|
||||
__attribute__((section("test_section"))) = {
|
||||
"brei",
|
||||
"/brei/",
|
||||
ei_tests,
|
||||
NULL,
|
||||
1,
|
||||
|
|
|
|||
|
|
@ -645,7 +645,7 @@ static MunitTest ei_tests[] = {
|
|||
static const MunitSuite libei_suite
|
||||
__attribute__((used))
|
||||
__attribute__((section("test_section"))) = {
|
||||
"",
|
||||
"/",
|
||||
ei_tests,
|
||||
NULL,
|
||||
1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue