X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=make.sh;h=49d78c1f49a41d9d2aec9bc930821cf47f23b364;hb=4656ef7be2170488c06dbc0586f71348be93b5fb;hp=df47b7a47e7eef5134a1a1702d2c1f16ead873a6;hpb=08486593ffb6de9585dc3c76e23579141a4b025f;p=modules%2Fshaper.git 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 ;;