exiv2/unitTests
Dan Čermák 088986e5fa [unit_tests] Remove a memory leak from test_XmpKey.cpp
XmpProperties::registerNs allocates strings on the heap that must be freed
manually via XmpProperties::unregisterNs().
=> do this in TearDownTestCase()
2018-05-27 12:11:30 +02:00
..
CMakeLists.txt Add helper_functions.cpp/hpp & unit tests 2018-05-27 09:38:27 +02: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_cr2header_int.cpp Fix bug in Cr2Header::read 2018-05-26 18:19:40 +02:00
test_DateValue.cpp Replaced way to check buffer after calling DateValue::copy 2018-04-08 10:10:12 +02:00
test_enforce.cpp Add a unit tests for enforce() 2018-03-25 23:25:23 +02:00
test_futils.cpp Reset errno to 0 before unit test probing strerror(errno) 2017-12-17 23:46:10 +01:00
test_helper_functions.cpp Add helper_functions.cpp/hpp & unit tests 2018-05-27 09:38:27 +02: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 Add more unit tests for TiffHeader 2018-05-26 18:19:40 +02:00
test_types.cpp Provide a gtestWrapper header to skip useless warnings 2017-11-25 08:33:15 +01:00
test_XmpKey.cpp [unit_tests] Remove a memory leak from test_XmpKey.cpp 2018-05-27 12:11:30 +02:00