Skip to content

Commit 16a6015

Browse files
authored
Update test directory in build instructions
1 parent 1129332 commit 16a6015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following steps allow you to build a simple UEFI app.
2222
pub extern "win64" fn uefi_start(handle: Handle, system_table: &'static table::SystemTable) -> Status;
2323
```
2424

25-
- Copy the `tests/x86_64-uefi.json` target file to your project's root.
25+
- Copy the `uefi-test-runner/x86_64-uefi.json` target file to your project's root.
2626
You can customize it.
2727

2828
- Build using `cargo xbuild --target x86_64-uefi`.

0 commit comments

Comments
 (0)