diff options
Diffstat (limited to 'app/test/test_memory.c')
-rw-r--r-- | app/test/test_memory.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/test/test_memory.c b/app/test/test_memory.c index 6816385b..921bdc88 100644 --- a/app/test/test_memory.c +++ b/app/test/test_memory.c @@ -86,8 +86,4 @@ test_memory(void) return 0; } -static struct test_command memory_cmd = { - .command = "memory_autotest", - .callback = test_memory, -}; -REGISTER_TEST_COMMAND(memory_cmd); +REGISTER_TEST_COMMAND(memory_autotest, test_memory); |