diff --git a/src/brei-shared.c b/src/brei-shared.c index 988094e..8edc3d4 100644 --- a/src/brei-shared.c +++ b/src/brei-shared.c @@ -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, diff --git a/src/libei.c b/src/libei.c index 6fbe37f..c2489d9 100644 --- a/src/libei.c +++ b/src/libei.c @@ -645,7 +645,7 @@ static MunitTest ei_tests[] = { static const MunitSuite libei_suite __attribute__((used)) __attribute__((section("test_section"))) = { - "", + "/", ei_tests, NULL, 1,