Mercurial > public > hwos_code
view src/Tests/unit_test.cpp @ 317:7b64c0ba6a7e new_screen_layout
VSIbar #3c: extra steps to keep calculation clear
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Thu, 11 Jun 2015 13:40:14 +0100 |
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(); }