Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | test_fail |
Macros | |
#define | for_each_test(i, test) for (i = 0; i < sizeof(test) / sizeof(test[0]); i++) |
#define | DEFINE_TEST_FAIL(test) const struct test_fail test[] __initconst |
#define | DECLARE_TEST_OK(type, test_type) |
#define | DEFINE_TEST_OK(type, test) const type test[] __initconst |
#define | TEST_FAIL(fn, type, fmt, test) |
#define | TEST_OK(fn, type, fmt, test) |
Functions | |
module_init (test_kstrtox_init) | |
MODULE_LICENSE ("Dual BSD/GPL") | |
#define DECLARE_TEST_OK | ( | type, | |
test_type | |||
) |
Definition at line 13 of file test-kstrtox.c.
Definition at line 23 of file test-kstrtox.c.
Definition at line 5 of file test-kstrtox.c.
Definition at line 26 of file test-kstrtox.c.
Definition at line 45 of file test-kstrtox.c.
module_init | ( | test_kstrtox_init | ) |
MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |