| 119 | } |
| 120 | |
| 121 | static int |
| 122 | test_memcpy(void) |
| 123 | { |
| 124 | int ret; |
| 125 | |
| 126 | ret = func_test(); |
| 127 | if (ret != 0) |
| 128 | return -1; |
| 129 | return 0; |
| 130 | } |
| 131 | |
| 132 | REGISTER_FAST_TEST(memcpy_autotest, true, true, test_memcpy); |
nothing calls this directly
no test coverage detected