thelfer / MFrontGenericInterfaceSupport

This project aims at providing support for MFront generic behaviours. This project can be embedded in open-source and propriary sofware
37 stars 35 forks source link

Running tests #18

Closed srmnitc closed 4 years ago

srmnitc commented 4 years ago

This is part of the review of JOSS paper https://github.com/openjournals/joss-reviews/issues/2003

A folder named tests is present in the repo, however, no documentation is provided on how to run the tests

thelfer commented 4 years ago

Running the test is part of the build process. The tests can be run by calling ctest (as usual in a cmake project), or by calling :

$ make check

at the top of the build directory.

Note The tests are only built if TFEL/MFront has been detected by cmake.