Skip to content

Commit

Permalink
Parse the compliance suite using Modelica grammar, not MM
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 2, 2013
1 parent d7bf41a commit e8fc3c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/ComplianceSuite.mos
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Runs the ModelicaCompliance suite
// Output is the files "openmodelica.xml" and "openmodelica.html", which is a valid jUnit testcase and possible to generate html reports from (the generated file is one example, using the default xsl)

setCommandLineOptions("+g=Modelica");
loadModel(ModelicaCompliance);getErrorString();
setCommandLineOptions("+g=MetaModelica");
writeFile("version","omc "+getVersion()+" compliance suite "+getVersion(ModelicaCompliance));getErrorString();

loadString("
Expand Down

0 comments on commit e8fc3c4

Please sign in to comment.