mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +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
|
#define CREATE_TRACE_POINTS
|
||||||
#include <trace/events/initcall.h>
|
#include <trace/events/initcall.h>
|
||||||
|
|
||||||
|
#include <kunit/test.h>
|
||||||
|
|
||||||
static int kernel_init(void *);
|
static int kernel_init(void *);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1551,6 +1553,8 @@ static noinline void __init kernel_init_freeable(void)
|
||||||
|
|
||||||
do_basic_setup();
|
do_basic_setup();
|
||||||
|
|
||||||
|
kunit_run_all_tests();
|
||||||
|
|
||||||
wait_for_initramfs();
|
wait_for_initramfs();
|
||||||
console_on_rootfs();
|
console_on_rootfs();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user