exiv2/unitTests
Dan Čermák 06ec1e6984 [safe_op] Refactored addition overflow checks using functions only
- templated structs were not required, SFINAE works for functions too
  => use instead, removes some unneeded code
- fix non-usage of builtins with clang
- adjust unit tests
2018-03-09 00:14:24 +01:00
..
CMakeLists.txt Added unit tests for new overflow checking addition functions 2017-12-17 20:35:07 +01:00
gtestwrapper.h Provide a gtestWrapper header to skip useless warnings 2017-11-25 08:33:15 +01:00
mainTestRunner.cpp Test runner return the gtest return value 2017-12-17 18:26:12 +01:00
test_futils.cpp Reset errno to 0 before unit test probing strerror(errno) 2017-12-17 23:46:10 +01:00
test_safe_op.cpp [safe_op] Refactored addition overflow checks using functions only 2018-03-09 00:14:24 +01:00
test_tiffheader.cpp Export all symbols when running unit tests. Add dummy test for private code. 2017-11-28 17:36:08 +01:00
test_types.cpp Provide a gtestWrapper header to skip useless warnings 2017-11-25 08:33:15 +01:00