[test suite] added configure_max_coverage.sh for --enable-complete mode
This commit is contained in:
parent
fa53cc62e1
commit
23e8dcfddd
13
test/configure_max_coverage.sh
Executable file
13
test/configure_max_coverage.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh -x
|
||||||
|
|
||||||
|
#
|
||||||
|
# This is a convenience script to run ./configure with the command line args
|
||||||
|
# that are designed for fuzzing and test coverage support
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ -x ./configure ]; then
|
||||||
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||||
|
--enable-profile-coverage --enable-fuzzing-interfaces --enable-libfiu-support $@
|
||||||
|
else
|
||||||
|
echo "[*] Execute from the fwknop top level sources directory"
|
||||||
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user