From a70c086077c0eaecbae3845e4da4424de5f43361 Mon Sep 17 00:00:00 2001 From: Lode Vandevenne Date: Thu, 21 Apr 2016 12:44:08 +0200 Subject: Update lodepng_unittest.cpp --- lodepng_unittest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3