ANDROID: Update kunit README with correct kunit-example-test.ko name

The name in the kernel source is kunit-example-test,
there is no kunit-test-example defined

Fixes: df08ef1044 ("ANDROID: Add Android KUnit README")
Change-Id: I20b89b5c11ede45ef1b758c722b8bfca13e9c782
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
This commit is contained in:
Yongqin Liu
2024-11-14 21:40:25 +08:00
parent fab7f30fa7
commit eaa8ddfc60
+2 -2
View File
@@ -38,14 +38,14 @@ Load and run a test module on Android device manually
$ insmod kunit.ko enable=1
* Push the KUnit test module over to the device. For example using adb:
$ adb push kunit-test-example.ko /data
$ adb push kunit-example-test.ko /data
* (Optional) - Mount debugfs on device:
$ mount -t debugfs debugfs /sys/kernel/debug
* Load test module on device:
$ cd /data
$ insmod kunit-test-example.ko
$ insmod kunit-example-test.ko
View test results
* If debugfs is mounted: