From 85c865e6554f37f71bf5294f3781e7b7cba41d86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Feb 2016 10:56:55 +0100 Subject: [PATCH] buildconf: run test/buildconf too if present --- buildconf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildconf b/buildconf index bab2a79..a779d86 100755 --- a/buildconf +++ b/buildconf @@ -289,4 +289,9 @@ fi # Finished successfully. # echo "buildconf: OK" + +if test -f "test/buildconf"; then + cd test && ./buildconf +fi + exit 0