summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorSimon Rettberg2026-01-28 12:53:53 +0100
committerSimon Rettberg2026-01-28 12:53:53 +0100
commit8e82785c584dc13e20f9229decb95bd17bbe9cd1 (patch)
treea8b359e59196be5b2e3862bed189107f4bc9975f /src/tests/tests.c
parentMerge branch 'master' into openslx (diff)
parent[prefix] Make unlzma.S compatible with 386 class CPUs (diff)
downloadipxe-openslx.tar.gz
ipxe-openslx.tar.xz
ipxe-openslx.zip
Merge branch 'master' into openslxopenslx
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index cb296049e..130eba949 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -85,3 +85,10 @@ REQUIRE_OBJECT ( x25519_test );
REQUIRE_OBJECT ( des_test );
REQUIRE_OBJECT ( mschapv2_test );
REQUIRE_OBJECT ( uuid_test );
+REQUIRE_OBJECT ( editstring_test );
+REQUIRE_OBJECT ( p256_test );
+REQUIRE_OBJECT ( p384_test );
+REQUIRE_OBJECT ( efi_siglist_test );
+REQUIRE_OBJECT ( cpio_test );
+REQUIRE_OBJECT ( fdt_test );
+REQUIRE_OBJECT ( ecdsa_test );