mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
test-user-mode: make perfect like build-userland
Multithreading and target selection.
This commit is contained in:
@@ -22,8 +22,12 @@ class ExecutableProperties:
|
||||
not self.more_than_1s
|
||||
|
||||
executable_properties = {
|
||||
'c/assert_fail.c': ExecutableProperties(exit_status=0),
|
||||
'c/false.c': ExecutableProperties(exit_status=0),
|
||||
'c/assert_fail.c': ExecutableProperties(exit_status=1),
|
||||
'c/false.c': ExecutableProperties(exit_status=1),
|
||||
'c/infinite_loop.c': ExecutableProperties(more_than_1s=True),
|
||||
'posix/count.c': ExecutableProperties(more_than_1s=True),
|
||||
'posix/sleep_forever.c': ExecutableProperties(more_than_1s=True),
|
||||
'posix/virt_to_phys_test.c': ExecutableProperties(more_than_1s=True),
|
||||
}
|
||||
|
||||
def get(test_path):
|
||||
|
||||
Reference in New Issue
Block a user