Tools: run configure_all.py in build_all

This commit is contained in:
Andrew Tridgell 2018-07-05 14:18:17 +10:00
parent 847cb760b4
commit 7c55c60beb

View File

@ -32,4 +32,7 @@ test -n "$VRBRAIN_ROOT" && test -d "$VRBRAIN_ROOT" && {
./Tools/scripts/build_all_vrbrain.sh
}
echo "Testing configure all"
./Tools/scripts/configure_all.py
exit 0