Mercurial > public > hwos_code
view src/Tests/unit_test.cpp @ 522:4d70a93b18cb
BUGFIX: Impossible fixed-ppO2 (e.g. 1,6bar in 3m) used for tissue calculations
author | heinrichsweikamp |
---|---|
date | Fri, 04 Aug 2017 16:19:50 +0200 |
parents | cd2320cd6f9a |
children |
line wrap: on
line source
////////////////////////////////////////////////////////////////////////////// /// main_test.cpp /// Launch all defined GoogleTest unit tests defined. /// Copyright (c) 2012-2015, JD Gascuel, HeinrichsWeikamp, all right reserved. ////////////////////////////////////////////////////////////////////////////// // HISTORY // 2015-05-23 jDG: Rewrite compass testing, to allow reducing code size. #include <gtest/gtest.h> int main(int argc, char *argv[]) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }