rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

Replace GoogleTest w/ Catch2 #251

Closed rakhimov closed 6 years ago

rakhimov commented 6 years ago

Catch2 is a testing framework for modern C++ (Issue #250).

SCRAM depends on a custom patch to GoogleTest, so sooner or later it must be dealt with.