aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-01-06 18:59:21 +0100
committerMichael Brown <mcb30@ipxe.org>2014-01-12 22:53:16 +0100
commitc6c80789642c866250bfdce474b3037351bf4fb1 (patch)
tree4e665a8c6796f5afa8625f26dfa3ff26864906ce /src/tests/tests.c
parentf4d2342e5a924ade6dc7f5f41b82932707835104 (diff)
downloadipxe-c6c80789642c866250bfdce474b3037351bf4fb1.tar.gz
[png] Add support for PNG images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 3169da207..92fa2bffd 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -51,3 +51,4 @@ REQUIRE_OBJECT ( ocsp_test );
REQUIRE_OBJECT ( cms_test );
REQUIRE_OBJECT ( pnm_test );
REQUIRE_OBJECT ( deflate_test );
+REQUIRE_OBJECT ( png_test );