Skip to content

Commit f855b56

Browse files
authored
Addes non-standard Modelica flag to Dynawo for testing (#190)
1 parent 8bed2c9 commit f855b56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configs/conf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@
263263
"libraryVersionNameForTests":""
264264
},
265265
{
266-
"library":"Dynawo"
266+
"library":"Dynawo",
267+
"extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"]
267268
},
268269
{
269270
"library":"Dynawo",
@@ -273,7 +274,8 @@
273274
{
274275
"library":"Dynawo",
275276
"libraryVersion":"master",
276-
"libraryVersionNameForTests":"dev"
277+
"libraryVersionNameForTests":"dev",
278+
"extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"]
277279
},
278280
{
279281
"library":"EHPTexamples"

0 commit comments

Comments
 (0)