You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
CMakeLists.txt Added unit tests for new overflow checking addition functions 8 years ago
gtestwrapper.h Provide a gtestWrapper header to skip useless warnings 8 years ago
mainTestRunner.cpp Test runner return the gtest return value 8 years ago
test_futils.cpp Reset errno to 0 before unit test probing strerror(errno) 8 years ago
test_safe_op.cpp Added unit tests for new overflow checking addition functions 8 years ago
test_tiffheader.cpp Export all symbols when running unit tests. Add dummy test for private code. 8 years ago
test_types.cpp Provide a gtestWrapper header to skip useless warnings 8 years ago