evhtp debugging: memleaks, test errors, etc

This commit is contained in:
Olof hagsand 2020-11-19 18:06:20 +01:00
parent c0ad6d3f8f
commit 3d10c3bfcb
6 changed files with 21 additions and 6 deletions

View file

@ -69,6 +69,7 @@ sudo $MAKE install
sudo ldconfig
cd test
echo "#!/usr/bin/env bash" > ./site.sh
echo "IPv6=true" >> ./site.sh
if [ $release = "freebsd" ]; then
echo "make=gmake" >> ./site.sh
fi