aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2013-11-26 16:29:30 +0000
committerMichael Brown <mcb30@ipxe.org>2013-11-27 11:27:51 +0000
commit0ee89338dd0e50744ed6003d2e04ef6770b2b63c (patch)
tree05163c310eefb2661990054f17c5dc8778ca5dda /src/tests/tests.c
parent09f31e9fc4fd728f7c51b092a1ea158abe20f864 (diff)
downloadipxe-0ee89338dd0e50744ed6003d2e04ef6770b2b63c.tar.gz
[pnm] Add support for PNM 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 17e22a3a5..6224a3dcd 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -49,3 +49,4 @@ REQUIRE_OBJECT ( rsa_test );
REQUIRE_OBJECT ( x509_test );
REQUIRE_OBJECT ( ocsp_test );
REQUIRE_OBJECT ( cms_test );
+REQUIRE_OBJECT ( pnm_test );