From 8a69b98e9b2f961c3bd6f460fbe73770e104e073 Mon Sep 17 00:00:00 2001 From: azv Date: Fri, 19 Apr 2019 16:56:23 +0300 Subject: [PATCH] Additional parameter in make.sh to allow testing of HDF models. --- make.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 ;; -- 2.39.2