exiv2/unitTests
Dan Čermák 1de633ad37 Reset errno to 0 before unit test probing strerror(errno)
errno can be set to a non-zero value from a previously failed system
call, it is not reset by successful ones
=> have to do that manually or the unit test fails because it detects
   an "outdated" error message
2017-12-17 23:46:10 +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 Added unit tests for new overflow checking addition functions 2017-12-17 20:35:07 +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