mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
386cf789fa
The check_child_memory test reports the error below because the test
plan is not declared correctly:
# Planned tests != run tests (0 != 12)
Fix the test adding the correct test plan declaration.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
check_buffer_fill.c | ||
check_child_memory.c | ||
check_ksm_options.c | ||
check_mmap_options.c | ||
check_tags_inclusion.c | ||
check_user_mem.c | ||
Makefile | ||
mte_common_util.c | ||
mte_common_util.h | ||
mte_def.h | ||
mte_helper.S |