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