return EXIT_SUCCESS;
}
DEFINE_TEST(test_strchr_replace,
- .description = "check implementation of strchr_replace()",
- .need_spawn = false,
- );
+ .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()",
- .need_spawn = false,
- );
+ .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()",
- .need_spawn = false,
- );
+ .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_addu64_overflow,
- .description = "check implementation of addu4_overflow()",
- .need_spawn = false,
- );
+ .description = "check implementation of addu4_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()",
- .need_spawn = false,
- );
+ .description = "check implementation of get_backoff_delta_msec()")
TESTSUITE_MAIN();