mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
merge test-user-mode and test-baremetal into test-executables
Differentiate with --mode userland vs --mode baremetal. The code was basically copied, now it's DRY.
This commit is contained in:
@@ -12,4 +12,4 @@ while [ $# -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
./build-test-boot --size "$test_size"
|
||||
./build --all-archs test-gdb test-user-mode
|
||||
./build --all-archs test-gdb test-executables-userland
|
||||
|
||||
Reference in New Issue
Block a user