platform/libinjection/run-clang-asan.sh

12 lines
208 B
Bash
Raw Normal View History

2019-08-16 14:42:40 +00:00
#!/bin/sh
#
# Code coverage for data only (not unit tests)
#
./autogen.sh
./configure-clang-asan.sh
make
cd src
make testdriver
rm -f libinjection.info
libtool --mode=execute ./testdriver ../tests/test-*.txt