From: azv Date: Fri, 19 Apr 2019 13:56:23 +0000 (+0300) Subject: Additional parameter in make.sh to allow testing of HDF models. X-Git-Tag: VEDF2019Lot4~148^2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a69b98e9b2f961c3bd6f460fbe73770e104e073;p=modules%2Fshaper.git Additional parameter in make.sh to allow testing of HDF models. --- diff --git a/make.sh b/make.sh index df47b7a47..49d78c1f4 100755 --- a/make.sh +++ b/make.sh @@ -21,6 +21,10 @@ while [[ $# > 0 ]]; do ADD_COMPATIBILITY_TESTS=TRUE shift ;; + hdf|test-hdf-models) + ADD_HDF_TESTS=TRUE + shift + ;; *) shift ;;