Make the target argument work in the run_tests.sh script

This commit is contained in:
Matt Pharr
2011-07-26 10:57:39 +01:00
parent d0674b1706
commit e230d2c9ca

View File

@@ -6,7 +6,7 @@ number=$(ls -1 tests/*.ispc|wc -l)
counter=1 counter=1
target=sse4 target=sse4
while getopts ":vth" opt;do while getopts ":vt:h" opt;do
case $opt in case $opt in
v) verbose=true v) verbose=true
;; ;;