mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
preparing test_user_mode, need to generalize stuff as usual
This commit is contained in:
42
test-build-userland
Executable file
42
test-build-userland
Executable file
@@ -0,0 +1,42 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
./build-userland
|
||||
./build-userland --clean
|
||||
./build-userland c
|
||||
./build-userland --clean
|
||||
./build-userland userland/c
|
||||
./build-userland --clean
|
||||
./build-userland userland/c/hello
|
||||
./build-userland --clean
|
||||
./build-userland userland/c/hello.c
|
||||
./build-userland --clean
|
||||
./build-userland userland/c/hello.out
|
||||
./build-userland --clean
|
||||
|
||||
./build-userland --in-tree
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree c
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree userland/c
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree userland/c/hello
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree userland/c/hello.c
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree userland/c/hello.out
|
||||
./build-userland --in-tree --clean
|
||||
|
||||
cd userland
|
||||
|
||||
./build-userland --in-tree
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree c
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree c/hello
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree c/hello.c
|
||||
./build-userland --in-tree --clean
|
||||
./build-userland --in-tree c/hello.out
|
||||
./build-userland --in-tree --clean
|
||||
Reference in New Issue
Block a user