This commit is contained in:
parent
022d2c90e7
commit
3a20f39864
1 changed files with 6 additions and 2 deletions
|
@ -33,6 +33,10 @@ cmake . \
|
|||
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
|
||||
|
||||
for test in $(find ./build -type f -name '*_tests' -executable); do
|
||||
echo "Running $test"
|
||||
"$test"
|
||||
if [[$test == *renderer* ]]; then
|
||||
echo "Skipping $test"
|
||||
else
|
||||
echo "Running $test"
|
||||
"$test"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue