diff --git a/configs/conf.json b/configs/conf.json index 37c59d3..dec14ba 100644 --- a/configs/conf.json +++ b/configs/conf.json @@ -270,7 +270,15 @@ "library":"Dynawo", "libraryVersion":"master", "libraryVersionNameForTests":"dev", - "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"] + "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"], + "referenceFileExtension":"csv", + "referenceFileNameDelimiter":".", + "referenceFinalDot":"_res.", + "referenceFiles":{ + "giturl":"https://github.com/dynawo/dynawo", + "destination":"ReferenceFiles/Dynawo", + "git-directory": "dynawo/sources/Models/Modelica/Dynawo/Examples/references" + } }, { "library":"EHPTexamples"