diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-01-01 21:17:26 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-01-06 03:10:41 +0100 |
commit | 9bdfc36bcc6157da0e6f0713202a9b6891b642d1 (patch) | |
tree | 76b1487ff859b2bf84db0b45198baf303e82d0b6 /src/tests/tests.c | |
parent | 23f17f7972c34fc96249ffd2d58004ab048dcba0 (diff) | |
download | ipxe-9bdfc36bcc6157da0e6f0713202a9b6891b642d1.tar.gz |
[deflate] Add support for DEFLATE decompression
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r-- | src/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 6224a3dcd..3169da207 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -50,3 +50,4 @@ REQUIRE_OBJECT ( x509_test ); REQUIRE_OBJECT ( ocsp_test ); REQUIRE_OBJECT ( cms_test ); REQUIRE_OBJECT ( pnm_test ); +REQUIRE_OBJECT ( deflate_test ); |