mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
polish testing a bit further
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Build just enough to run ./test:
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#automated-tests
|
||||
set -eu
|
||||
test_size=1
|
||||
while [ $# -gt 0 ]; do
|
||||
@@ -10,4 +12,4 @@ while [ $# -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
./build-test-boot --size "$test_size"
|
||||
./build --all-archs test-gdb
|
||||
./build --all-archs test-gdb test-user-mode
|
||||
|
||||
Reference in New Issue
Block a user