Open BenjaminRodenberg opened 4 years ago
A testing procedure with docker was added in #16. Currently tests the bindings by running the solverdummy and both tutorials (explicit and implicit coupling).
The testing starts from a docker image with Ubuntu 18.04 and MATLAB. The procedure for generating such image can be found in the test/0-matlab
directory of the PR.
SolverInterface.cpp
like in the python-bindings
(see https://github.com/precice/python-bindings/tree/develop/test).
We should add some easy-to-run unit tests. We will probably have to use some kind of mock testing (similar to https://github.com/precice/python-bindings), since we cannot simply run MATLAB via travis due to the license.