Install Hydro-Quebec Tools in test loop

This commit is contained in:
Henrik Rusche 2013-11-29 17:19:01 +01:00
parent 147116f210
commit 9ab6185a2e
2 changed files with 14 additions and 0 deletions

View file

@ -71,6 +71,13 @@ then
exit -1
fi
# Install Hydro-Quebec Tools if necessary
command -v pyFoamChangeMixingPlaneBoundary.py >/dev/null
if [ $? -ne 0 ];
then
${WM_THIRD_PARTY_DIR}/AllMake.stage6
fi
# Make sure the CMake and tutorials runtime files are updated
# We need cmake version 2.8.0 at least
cmake $WM_PROJECT_DIR

View file

@ -71,6 +71,13 @@ then
exit -1
fi
# Install Hydro-Quebec Tools if necessary
command -v pyFoamChangeMixingPlaneBoundary.py >/dev/null
if [ $? -ne 0 ];
then
${WM_THIRD_PARTY_DIR}/AllMake.stage6
fi
# Make sure the CMake and tutorials runtime files are updated
# We need cmake version 2.8.0 at least
cmake $WM_PROJECT_DIR