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
lift-limits-lil-more
wasmi
/
test.sh
10 lines
82 B
Bash
Raw
Permalink
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
Run tests in release mode.
2018-06-12 11:03:04 +00:00
set
-ex
Add handy scripts (#30) * Extract test.sh and doc.sh from .travis.yml * check.sh
2018-01-31 19:13:50 +00:00
cd
$(
dirname
$0
)
Run tests in release mode.
2018-06-12 11:03:04 +00:00
time
cargo
test
$CARGOFLAGS
Add handy scripts (#30) * Extract test.sh and doc.sh from .travis.yml * check.sh
2018-01-31 19:13:50 +00:00
cd
-