aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2021-05-06 13:17:35 +0100
committerMichael Brown <mcb30@ipxe.org>2021-05-08 15:34:19 +0100
commitd093683d93ccfac4c76e72264ec3b0d8f0017b92 (patch)
tree7e752e4ffae9a5ef8ff0341e33d69da2acc693a1 /src/tests/tests.c
parent5c9c8d2b9b78cf4e1f256fe6874855c1aee458f2 (diff)
downloadipxe-d093683d93ccfac4c76e72264ec3b0d8f0017b92.tar.gz
[zlib] Add support for zlib archive 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 2e812d6ff..f4cf041ac 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -73,3 +73,4 @@ REQUIRE_OBJECT ( bitops_test );
REQUIRE_OBJECT ( der_test );
REQUIRE_OBJECT ( pem_test );
REQUIRE_OBJECT ( ntlm_test );
+REQUIRE_OBJECT ( zlib_test );