]> SALOME platform Git repositories - modules/shaper.git/blobdiff - make.sh
Salome HOME
Implement Python API compatibility tests
[modules/shaper.git] / make.sh
diff --git a/make.sh b/make.sh
index dcacba097576f5acf49dce5ab02aae18405eea21..d175c9223d66c06a59bd3441875f355bc255987f 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -17,6 +17,10 @@ while [[ $# > 0 ]]; do
       ADD_MODELS_TESTS=TRUE
       shift
       ;;
+    compatibility|test-compatibility)
+      ADD_COMPATIBILITY_TESTS=TRUE
+      shift
+      ;;
     *)
       shift
       ;;