mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
test-kernel-modules: rename to test-modules to match build-modules
This commit is contained in:
@@ -11416,11 +11416,11 @@ Sources:
|
|||||||
Test just the kernel modules:
|
Test just the kernel modules:
|
||||||
|
|
||||||
....
|
....
|
||||||
./test-kernel-modules
|
./test-modules
|
||||||
echo $?
|
echo $?
|
||||||
....
|
....
|
||||||
|
|
||||||
Source: link:test-kernel-module[]
|
Source: link:test-module[]
|
||||||
|
|
||||||
Test that the Internet works:
|
Test that the Internet works:
|
||||||
|
|
||||||
|
|||||||
2
test
2
test
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
./bench-boot --size "${1:-1}"
|
./bench-boot --size "${1:-1}"
|
||||||
./test-kernel-modules
|
./test-modules
|
||||||
|
|||||||
Reference in New Issue
Block a user