4
0
Woshiluo Luo 1 сар өмнө
parent
commit
98da449fe8

+ 1 - 0
xtask/src/bench.rs

@@ -61,6 +61,7 @@ pub fn run(arg: &BenchArg) -> Option<ExitStatus> {
             current_dir
                 .as_ref()
                 .unwrap()
+                .join("prototyper")
                 .join("bench-kernel")
                 .join("scripts")
                 .join("rustsbi-bench-kernel.its"),

+ 1 - 0
xtask/src/test.rs

@@ -61,6 +61,7 @@ pub fn run(arg: &TestArg) -> Option<ExitStatus> {
             current_dir
                 .as_ref()
                 .unwrap()
+                .join("prototyper")
                 .join("test-kernel")
                 .join("scripts")
                 .join("rustsbi-test-kernel.its"),