Index: crosstest/runtests.sh |
diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh |
index a5dc31f7f80a8e087aff00dd9d6aca5b9b27c423..06c43f4610bc250646e7f3500cc76b8c5671fa5b 100755 |
--- a/crosstest/runtests.sh |
+++ b/crosstest/runtests.sh |
@@ -67,7 +67,7 @@ for optlevel in ${OPTLEVELS} ; do |
./crosstest.py -O${optlevel} --prefix=Subzero_ --target=x8632 \ |
--dir="${OUTDIR}" \ |
--llvm-bin-path="${LLVM_BIN_PATH}" \ |
- --test=test_icmp.cpp \ |
+ --test=test_icmp.cpp --test=test_icmp_i1vec.ll \ |
--driver=test_icmp_main.cpp \ |
--output=test_icmp_O${optlevel} |