File: run-clang-asan.sh

package info (click to toggle)
modsecurity 3.0.4-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 37,876 kB
  • sloc: cpp: 26,238; ansic: 15,058; sh: 5,346; python: 2,934; yacc: 2,872; makefile: 1,409; lex: 1,344; php: 42; perl: 36
file content (11 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/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