Improve gmxapi C++ test coverage for failed mdrun.
commit1c4cf1f666195acf7207973be730f5085507cbb2
authorM. Eric Irrgang <ericirrgang@gmail.com>
Tue, 1 Dec 2020 14:11:48 +0000 (1 17:11 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 3 Dec 2020 08:53:20 +0000 (3 08:53 +0000)
treed4e79e6b6838bd0e92078e824dbf22008f4b23cf
parentd05188bbf61620598217dc7c2dc0e732f38b85e1
Improve gmxapi C++ test coverage for failed mdrun.

Make sure that we test the C++ API to confirm that non-zero mdrun exit
codes are detected when using SIGINT. No additional test execution is
needed. We just add a little more rigor to an existing test.

Ref #3394
src/api/cpp/tests/runner.cpp