|
|
|
@ -8,11 +8,11 @@ testEnv.mkTest {
|
|
|
|
|
testConfig = ./fs_report.xml;
|
|
|
|
|
|
|
|
|
|
bootModules = {
|
|
|
|
|
fs_report = "${depot.fs_report}/bin/fs_report";
|
|
|
|
|
fs_rom = "${depot.fs_rom}/bin/fs_rom";
|
|
|
|
|
ram_fs = "${depot.ram_fs}/bin/ram_fs";
|
|
|
|
|
test-fs_report = "${depot.test-fs_report}/bin/test-fs_report";
|
|
|
|
|
"vfs.lib.so" = "${depot.vfs}/lib/vfs.lib.so";
|
|
|
|
|
fs_report = "${genode.os}/bin/fs_report";
|
|
|
|
|
fs_rom = "${genode.os}/bin/fs_rom";
|
|
|
|
|
ram_fs = "${genode.os}/bin/ram_fs";
|
|
|
|
|
test-fs_report = "${genode.os}/bin/test-fs_report";
|
|
|
|
|
"vfs.lib.so" = "${genode.os}/lib/vfs.lib.so";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
testScript = ''
|
|
|
|
|