diff --git a/configs/conf.json b/configs/conf.json index 2d51767..4023fb2 100644 --- a/configs/conf.json +++ b/configs/conf.json @@ -263,7 +263,8 @@ "libraryVersionNameForTests":"" }, { - "library":"Dynawo" + "library":"Dynawo", + "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"] }, { "library":"Dynawo", @@ -273,7 +274,8 @@ { "library":"Dynawo", "libraryVersion":"master", - "libraryVersionNameForTests":"dev" + "libraryVersionNameForTests":"dev", + "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"] }, { "library":"EHPTexamples"