aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/test_memcpy_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/test_memcpy_perf.c')
-rw-r--r--app/test/test_memcpy_perf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/test/test_memcpy_perf.c b/app/test/test_memcpy_perf.c
index be69eada..ff3aaaac 100644
--- a/app/test/test_memcpy_perf.c
+++ b/app/test/test_memcpy_perf.c
@@ -351,8 +351,4 @@ test_memcpy_perf(void)
return 0;
}
-static struct test_command memcpy_perf_cmd = {
- .command = "memcpy_perf_autotest",
- .callback = test_memcpy_perf,
-};
-REGISTER_TEST_COMMAND(memcpy_perf_cmd);
+REGISTER_TEST_COMMAND(memcpy_perf_autotest, test_memcpy_perf);