Skip to content

Commit

Permalink
Add ModelicaTest 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Aug 3, 2020
1 parent d42525c commit d45e2cd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions configs/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,18 @@
"referenceFileExtension":"csv",
"referenceFileNameDelimiter":"/",
"referenceFileNameExtraName":"$ClassName",
"referenceFiles":"$MSLREFERENCE/../../MAP-LIB_ReferenceResults/v4.0.0-beta.2+412d17023",
"extraCustomCommands":["if not setCommandLineOptions(\"--std=3.2\") then exit(1); end if;"],
"referenceFiles":"$MSLREFERENCE/../../MAP-LIB_ReferenceResults/v4.0.0",
"extraCustomCommands":["if not setCommandLineOptions(\"--std=3.3\") then exit(1); end if;"],
"optlevel":"-Os -march=native"
},
{
"library":"ModelicaTest",
"libraryVersion":"4.0.0",
"referenceFileExtension":"csv",
"referenceFileNameDelimiter":"/",
"referenceFileNameExtraName":"$ClassName",
"referenceFiles":"$MSLREFERENCE/../../MAP-LIB_ReferenceResults/v4.0.0",
"extraCustomCommands":["if not setCommandLineOptions(\"--std=3.3\") then exit(1); end if;"],
"optlevel":"-Os -march=native"
},
{
Expand Down

0 comments on commit d45e2cd

Please sign in to comment.