imcs-compsim / MIRCO

A shared-memory parallel BEM code for the contact of rough surfaces
MIT License
3 stars 3 forks source link

Compare output with result description for framework tests #91

Open RShaw026 opened 10 months ago

RShaw026 commented 10 months ago

Description and Context

Earlier, the output from the code was not compared to a result description for the framework tests. The tests were passing if they run through without any errors. In this MR, a result description is added in the input file, which is then compared to the output and an error is thrown if the results do not match.

Related Issues and Pull Requests

How Has This Been Tested?

Running ctest with incorrect results in the result_description shows up as a failed test. Not providing any result_description in the input file does not constitute any error.

Checklist

Additional Information

Interested Parties / Possible Reviewers

@isteinbrecher @mayrmt