X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fcompression.c;h=63f929fa4bd44cb1a8089dc14457e8ded7f36e8d;hb=e5301bac5d2dc3cde6ef48333c56e52b8dd45e4b;hp=48dccc0e891ba3734b6703559c3e1ce7ca5f61f3;hpb=a7bbaf8c1345906affb8dd6faa6a3aaedac3f451;p=oweals%2Fu-boot.git diff --git a/test/compression.c b/test/compression.c index 48dccc0e89..63f929fa4b 100644 --- a/test/compression.c +++ b/test/compression.c @@ -451,7 +451,7 @@ static int compress_using_none(struct unit_test_state *uts, } /** - * run_bootm_test() - Run tests on the bootm decopmression function + * run_bootm_test() - Run tests on the bootm decompression function * * @comp_type: Compression type to test * @compress: Our function to compress data @@ -540,5 +540,6 @@ int do_ut_compression(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) compression_test); const int n_ents = ll_entry_count(struct unit_test, compression_test); - return cmd_ut_category("compression", tests, n_ents, argc, argv); + return cmd_ut_category("compression", "compression_test_", + tests, n_ents, argc, argv); }