summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2015-02-18 15:11:32 +0100
committerMichael Brown2015-02-18 15:11:32 +0100
commitb05e7e50fa3d1a1453256662c62e5446feaa4d58 (patch)
treefd5665734e95543349358eb254da84d0411b6f4f /src/tests/tests.c
parent[xhci] Abort commands on timeout (diff)
downloadipxe-b05e7e50fa3d1a1453256662c62e5446feaa4d58.tar.gz
ipxe-b05e7e50fa3d1a1453256662c62e5446feaa4d58.tar.xz
ipxe-b05e7e50fa3d1a1453256662c62e5446feaa4d58.zip
[test] Add IPv4 self-tests
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 f9bb47e1..8255ee6b 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -38,6 +38,7 @@ REQUIRE_OBJECT ( base16_test );
REQUIRE_OBJECT ( settings_test );
REQUIRE_OBJECT ( time_test );
REQUIRE_OBJECT ( tcpip_test );
+REQUIRE_OBJECT ( ipv4_test );
REQUIRE_OBJECT ( ipv6_test );
REQUIRE_OBJECT ( crc32_test );
REQUIRE_OBJECT ( md5_test );