return 0;
}
DEFINE_TEST(test_hash_add_unique,
- .description = "test hash_add_unique with different key orders")
+ .description = "test hash_add_unique with different key orders");
static int test_hash_massive_add_del(const struct test *t)
{
return 0;
}
DEFINE_TEST(test_hash_massive_add_del,
- .description = "test multiple adds followed by multiple dels")
+ .description = "test multiple adds followed by multiple dels");
TESTSUITE_MAIN();
return EXIT_SUCCESS;
}
-DEFINE_TEST(test_strchr_replace, .description = "check implementation of strchr_replace()")
+DEFINE_TEST(test_strchr_replace,
+ .description = "check implementation of strchr_replace()");
static int test_underscores(const struct test *t)
{
return EXIT_SUCCESS;
}
-DEFINE_TEST(test_underscores, .description = "check implementation of underscores()")
+DEFINE_TEST(test_underscores, .description = "check implementation of underscores()");
static int test_path_ends_with_kmod_ext(const struct test *t)
{
return EXIT_SUCCESS;
}
DEFINE_TEST(test_path_ends_with_kmod_ext,
- .description = "check implementation of path_ends_with_kmod_ext()")
+ .description = "check implementation of path_ends_with_kmod_ext()");
#define TEST_WRITE_STR_SAFE_FILE "/write-str-safe"
#define TEST_WRITE_STR_SAFE_PATH TESTSUITE_ROOTFS "test-util2/" TEST_WRITE_STR_SAFE_FILE
return EXIT_SUCCESS;
}
DEFINE_TEST(test_uadd32_overflow,
- .description = "check implementation of uadd32_overflow()")
+ .description = "check implementation of uadd32_overflow()");
static int test_uadd64_overflow(const struct test *t)
{
return EXIT_SUCCESS;
}
DEFINE_TEST(test_uadd64_overflow,
- .description = "check implementation of uadd64_overflow()")
+ .description = "check implementation of uadd64_overflow()");
static int test_umul32_overflow(const struct test *t)
{
return EXIT_SUCCESS;
}
DEFINE_TEST(test_umul32_overflow,
- .description = "check implementation of umul32_overflow()")
+ .description = "check implementation of umul32_overflow()");
static int test_umul64_overflow(const struct test *t)
{
return EXIT_SUCCESS;
}
DEFINE_TEST(test_umul64_overflow,
- .description = "check implementation of umul64_overflow()")
+ .description = "check implementation of umul64_overflow()");
static int test_backoff_time(const struct test *t)
{
return EXIT_SUCCESS;
}
DEFINE_TEST(test_backoff_time,
- .description = "check implementation of get_backoff_delta_msec()")
+ .description = "check implementation of get_backoff_delta_msec()");
TESTSUITE_MAIN();