]> begriffs open source - libderp/blob - build/dev/test/cov
Allow multiple ASAN_OPTIONS in test scripts
[libderp] / build / dev / test / cov
1 #!/bin/sh
2
3 export ASAN_OPTIONS="allocator_may_return_null=1:$ASAN_OPTIONS"
4
5 find build/dev -name '*.gcda' -exec rm {} +
6 ./build/dev/test/t_$1
7 llvm-cov gcov build/dev/$1