Skip to content

Commit

Permalink
Test all of the compliance suite
Browse files Browse the repository at this point in the history
Forgot to remove debugging code in previous commit.

Belonging to [master]:
  - OpenModelica/OMCompiler#2592
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Aug 7, 2018
1 parent 8c3db21 commit 80b06e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ComplianceSuite.mos
Expand Up @@ -31,7 +31,7 @@ end fixName;
system("rm -f ModelicaCompliance.*.res");getErrorString();

echo(false);
allClasses:={cl for cl guard classAnnotationExists(cl,__ModelicaAssociation.TestCase.shouldPass) in getClassNames(ModelicaCompliance.Algorithms.Assert, recursive=true)};getErrorString();
allClasses:={cl for cl guard classAnnotationExists(cl,__ModelicaAssociation.TestCase.shouldPass) in getClassNames(recursive=true)};getErrorString();
commands:={"ulimit -t 120 && ("+getInstallationDirectoryPath()+"/bin/omc -d=nogen "+COMPLIANCEEXTRAOMFLAGS+" \"" + fixName(OpenModelica.Scripting.typeNameString(cl)) + ".mos\" > /dev/null 2>&1)" for cl in allClasses};
echo(true);
String(size(allClasses,1)) + " number of classes";
Expand Down

0 comments on commit 80b06e9

Please sign in to comment.