mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
Revert "ANDROID: GKI: Disable KUnit built-in testing"
This reverts commit c779f49b07
.
Change-Id: I3e834ce9682da59917f72212220c44739b52a766
Signed-off-by: Matt Gilbride <mattgilbride@google.com>
This commit is contained in:
parent
4ca4a2f3e4
commit
a0af19d49e
|
@ -110,6 +110,8 @@
|
|||
#define CREATE_TRACE_POINTS
|
||||
#include <trace/events/initcall.h>
|
||||
|
||||
#include <kunit/test.h>
|
||||
|
||||
static int kernel_init(void *);
|
||||
|
||||
/*
|
||||
|
@ -1551,6 +1553,8 @@ static noinline void __init kernel_init_freeable(void)
|
|||
|
||||
do_basic_setup();
|
||||
|
||||
kunit_run_all_tests();
|
||||
|
||||
wait_for_initramfs();
|
||||
console_on_rootfs();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user