fix tests

This commit is contained in:
Pat Hickey
2020-08-28 15:58:16 -07:00
parent 22b427baa0
commit edefbf7c73
11 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ use wiggle::GuestMemory;
use wiggle_test::{impl_errno, HostMemory, MemArea, WasiCtx};
wiggle::from_witx!({
witx: ["tests/ints.witx"],
witx: ["$CARGO_MANIFEST_DIR/tests/ints.witx"],
ctx: WasiCtx,
});