mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05: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:
10
build
10
build
@@ -321,15 +321,15 @@ so looping over all of them would waste time.
|
||||
'userland',
|
||||
],
|
||||
),
|
||||
'test-user-mode': _Component(dependencies=[
|
||||
'test-user-mode-qemu',
|
||||
'test-user-mode-gem5',
|
||||
'test-executables-userland': _Component(dependencies=[
|
||||
'test-executables-userland-qemu',
|
||||
'test-executables-userland-gem5',
|
||||
]),
|
||||
'test-user-mode-qemu': _Component(dependencies=[
|
||||
'test-executables-userland-qemu': _Component(dependencies=[
|
||||
'user-mode-qemu',
|
||||
'userland',
|
||||
]),
|
||||
'test-user-mode-gem5': _Component(dependencies=[
|
||||
'test-executables-userland-gem5': _Component(dependencies=[
|
||||
'gem5',
|
||||
'userland-gem5',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user