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

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