diff options
Diffstat (limited to 'tests/pngxx.cpp')
-rw-r--r-- | tests/pngxx.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pngxx.cpp b/tests/pngxx.cpp index 4a99370..c7cf0e0 100644 --- a/tests/pngxx.cpp +++ b/tests/pngxx.cpp @@ -18,12 +18,15 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ +// Test C++ PNG file I/O + #include "testsxx.hpp" #include <fstream> int main() { + // Set the resilience low for tests Dimension::resilience(Dimension::SEVERITY_LOW); const unsigned int width = 333, height = 300; |