Tests now point to the correct locations
This commit is contained in:
@ -208,7 +208,7 @@ mod test {
|
||||
fn test_thread_context() {
|
||||
let mut machine = Machine::default();
|
||||
|
||||
let (loader, ptr) = loader::Loader::new("./test/syscall_tests/halt", &mut machine, 0).expect("IO Error");
|
||||
let (loader, ptr) = loader::Loader::new("./target/guac/halt.guac", &mut machine, 0).expect("IO Error");
|
||||
let start_pc = loader.elf_header.entrypoint;
|
||||
let system = &mut System::default();
|
||||
|
||||
|
Reference in New Issue
Block a user