Chromium Code Reviews| Index: crosstest/runtests.sh |
| diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh |
| index 0bc4cf24f88b019bcf89055c61f4f8ace358ab0d..cf821e2936ba948796b01821a357db20293de9f0 100755 |
| --- a/crosstest/runtests.sh |
| +++ b/crosstest/runtests.sh |
| @@ -30,7 +30,9 @@ for optlevel in ${OPTLEVELS} ; do |
| ./crosstest.py -O${optlevel} --prefix=Subzero_ --target=x8632 \ |
| --dir="${OUTDIR}" \ |
| --llvm-bin-path="${LLVM_BIN_PATH}" \ |
| - --test=test_arith.cpp --test=test_arith_frem.ll \ |
| + --test=test_arith.cpp \ |
| + --test=test_arith_frem.ll \ |
| + --test=test_arith_sqrt.ll \ |
|
jvoung (off chromium)
2014/07/09 20:18:03
Or I could make it a separate test.
|
| --driver=test_arith_main.cpp \ |
| --output=test_arith_O${optlevel} |