|
|
|
@ -8,10 +8,10 @@ testEnv.mkTest {
|
|
|
|
|
testConfig = testEnv.lib.renderDhallInit ./pci.dhall "{=}";
|
|
|
|
|
|
|
|
|
|
bootModules = {
|
|
|
|
|
acpi_drv = "${genode.os}/bin/acpi_drv";
|
|
|
|
|
platform_drv = "${genode.os}/bin/platform_drv";
|
|
|
|
|
report_rom = "${genode.os}/bin/report_rom";
|
|
|
|
|
test-pci = "${genode.os}/bin/test-pci";
|
|
|
|
|
acpi_drv = "${genode-os}/bin/acpi_drv";
|
|
|
|
|
platform_drv = "${genode-os}/bin/platform_drv";
|
|
|
|
|
report_rom = "${genode-os}/bin/report_rom";
|
|
|
|
|
test-pci = "${genode-os}/bin/test-pci";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
testScript = ''
|
|
|
|
|