summaryrefslogtreecommitdiff
path: root/test/test_load.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_load.cpp')
-rw-r--r--test/test_load.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_load.cpp b/test/test_load.cpp
index 6a3e3b2..65ef1b4 100644
--- a/test/test_load.cpp
+++ b/test/test_load.cpp
@@ -23,11 +23,12 @@ static const char *const pfxs[] = {
"gif",
"ico",
"jpg.mp3", // id3
- "jpeg",
+ "jpg",
"ilbm", // lbm
"png",
- "pbm", // pnm
"ppm", // pnm
+ "pgm", // pnm
+ "pbm", // pnm
"tga",
#ifdef BUILD_SVG_LOADER
"svg",