diff options
author | Lode Vandevenne <lvandeve@users.noreply.github.com> | 2016-04-21 12:44:08 +0200 |
---|---|---|
committer | Lode Vandevenne <lvandeve@users.noreply.github.com> | 2016-04-21 12:44:08 +0200 |
commit | a70c086077c0eaecbae3845e4da4424de5f43361 (patch) | |
tree | 99a72062839eaf8f81965437edd322b788c99f46 | |
parent | 24fe879cbf6812bd0dfe97c185e633f60ed92db9 (diff) |
Update lodepng_unittest.cpp
-rw-r--r-- | lodepng_unittest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lodepng_unittest.cpp b/lodepng_unittest.cpp index fcfea54..3d7f8e0 100644 --- a/lodepng_unittest.cpp +++ b/lodepng_unittest.cpp @@ -80,6 +80,8 @@ valgrind --leak-check=full --track-origins=yes ./a.out cat lodepng.cpp | grep iostream cat lodepng.cpp | grep "#include <" +*) check that no plain "free", "malloc" and "realloc" used, but the lodepng_* versions instead + *) check version dates in copyright message and LODEPNG_VERSION_STRING *) check year in copyright message at top of all files as well as at bottom of lodepng.h |