diff --git a/test.sh b/test.sh index c14ed9ccbc..3c48b55ec6 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #!/bin/sh total=0 -for file in build/test_bin/*_test; do +for file in build/test_bin/*; do ./${file} total=$((total + $?)) done