Check if testsuite exists, set target dir

This commit is contained in:
Marcin Mielniczuk
2019-08-21 18:15:56 +02:00
committed by Dan Gohman
parent 7e0e8daf46
commit 8db57bd6c6
2 changed files with 21 additions and 10 deletions

View File

@@ -9,7 +9,6 @@ authors = [
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "WASI implementation in Rust"
exclude = ["misc_testsuite/*.wasm"]
[dependencies]
wasi-common-cbindgen = { path = "wasi-common-cbindgen" }