X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=make.sh;h=49d78c1f49a41d9d2aec9bc930821cf47f23b364;hb=201d7fcc43757524169d48e44bbfe1f4e459e2ae;hp=df47b7a47e7eef5134a1a1702d2c1f16ead873a6;hpb=f804e40d789ae3740d51a05e6b0d9d304f48c79b;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 ;;