This website requires JavaScript.
Explore
Help
Sign In
xeos
/
wasmi
Watch
1
Star
0
Fork
You've already forked wasmi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e7381bfdde
wasmi
/
test.sh
10 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Add handy scripts (#30) * Extract test.sh and doc.sh from .travis.yml * check.sh
2018-01-31 19:13:50 +00:00
#!/usr/bin/env bash
set
-eux
cd
$(
dirname
$0
)
Make validation tests work
2019-04-15 17:43:51 +00:00
time
cargo
test
--all
Add handy scripts (#30) * Extract test.sh and doc.sh from .travis.yml * check.sh
2018-01-31 19:13:50 +00:00
cd
-