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
1 changed files with 5 additions and 0 deletions

View File

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