commit | 6674f8ae6bb390e61cfdccb6e5825ac952584f2d | [log] [tgz] |
---|---|---|
author | Tsu Chiang Chuang <tsu@google.com> | Wed Jan 16 15:41:21 2013 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 17 00:26:06 2013 +0000 |
tree | c9beb3deb199be806aff7ef0f458b9eb16717ffd | |
parent | 3a5271bf6d01361748e28656b5fc75f890972c5e [diff] [blame] |
add jasmin dependency so that it can be used when building the tests. Change-Id: I9c4756341b9f4cbc764ac034f0c9ad4dcd13a40b
diff --git a/test/run-test b/test/run-test index 46d966c..21f4617 100755 --- a/test/run-test +++ b/test/run-test
@@ -46,6 +46,12 @@ export DX="dx" fi +# If jasmin was not set by the environment variable, assume it is in the path. +if [ -z "$JASMIN" ]; then + export JASMIN="jasmin" +fi + + info="info.txt" build="build" run="run"