Dumped code from the wasm2cretonne repo.

Integrated wasm test suite translation as cretonne test

Fixes #146.
Fixes #143.
This commit is contained in:
Denis Merigoux
2017-08-10 16:05:04 -07:00
committed by Jakob Stoklund Olesen
parent e8276ed965
commit ee9989c4b9
20 changed files with 2804 additions and 5 deletions

View File

@@ -40,7 +40,8 @@ if [ -n "$needcheck" ]; then
touch $tsfile || echo no target directory
fi
PKGS="cretonne cretonne-reader cretonne-tools cretonne-frontend filecheck"
PKGS="cretonne cretonne-reader cretonne-tools cretonne-frontend cretonne-wasm \
filecheck "
cd "$topdir"
for PKG in $PKGS
do