summaryrefslogtreecommitdiff
path: root/lodepng_unittest.cpp
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2018-01-15 01:26:30 +0100
committerLode <lvandeve@gmail.com>2018-01-15 01:26:30 +0100
commitd4d8f1aa786571af4a90a41b3db048043f114629 (patch)
tree9e40c8741cc3b6fa632b4bc3dd1fe8a5ad524358 /lodepng_unittest.cpp
parentc7bb19ad54a53f0d9917da37de7288b1aadf6d0f (diff)
allow optionally ignoring a few more recoverable errors
Diffstat (limited to 'lodepng_unittest.cpp')
-rw-r--r--lodepng_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lodepng_unittest.cpp b/lodepng_unittest.cpp
index 5d11b2d..975f2b4 100644
--- a/lodepng_unittest.cpp
+++ b/lodepng_unittest.cpp
@@ -28,7 +28,7 @@ freely, subject to the following restrictions:
/*
Testing instructions:
-*) Ensure no tests commented out below
+*) Ensure no tests commented out below or early return in doMain
*) Compile with g++ with all warnings and run the unit test
g++ lodepng.cpp lodepng_util.cpp lodepng_unittest.cpp -Wall -Wextra -Wshadow -pedantic -ansi -O3 && ./a.out