diff options
Diffstat (limited to 'app/test/test_hash_perf.c')
-rw-r--r-- | app/test/test_hash_perf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/test/test_hash_perf.c b/app/test/test_hash_perf.c index 9d53c141..c0051b20 100644 --- a/app/test/test_hash_perf.c +++ b/app/test/test_hash_perf.c @@ -656,8 +656,4 @@ test_hash_perf(void) return 0; } -static struct test_command hash_perf_cmd = { - .command = "hash_perf_autotest", - .callback = test_hash_perf, -}; -REGISTER_TEST_COMMAND(hash_perf_cmd); +REGISTER_TEST_COMMAND(hash_perf_autotest, test_hash_perf); |