test.run: remove obsolete boot-module heuristic

The ROMs of built executables and shared objects are now covered by the
[build_artifacts].

Issue #4860
This commit is contained in:
Norman Feske 2024-01-22 11:26:11 +01:00 committed by Christian Helmuth
parent 443008777b
commit 0d34988929

View File

@ -222,11 +222,6 @@ proc content_rom_modules { } {
foreach rom [content_rom_modules] {
# raw-archive content is installed directly into [run_dir]/genode
if {![rom_module_from_raw_archive $rom]} {
lappend boot_modules $rom
}
# handle vfs plugin shared-object targets
if {[regexp "^(.+).lib.so$" $rom dummy plugin]} {
lappend build_targets lib/$plugin