MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_memcpy

Function test_memcpy

dpdk/app/test/test_memcpy.c:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

func_testFunction · 0.85

Tested by

no test coverage detected