1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 08:19:29 +00:00

buildconf: run test/buildconf too if present

This commit is contained in:
Daniel Stenberg
2016-02-13 10:56:55 +01:00
parent f0d04b2909
commit 85c865e655

View File

@ -289,4 +289,9 @@ fi
# Finished successfully.
#
echo "buildconf: OK"
if test -f "test/buildconf"; then
cd test && ./buildconf
fi
exit 0