summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-06-26 15:49:26 +0200
committerMichael Brown2012-06-27 20:15:18 +0200
commitbb9961fb548068f769c666970c1de6c68743ed07 (patch)
tree9bb5c79d432cf6270527d5b38ded0a93d93827b9 /src/tests/tests.c
parent[tcpip] Allow for architecture-specific TCP/IP checksum routines (diff)
downloadipxe-bb9961fb548068f769c666970c1de6c68743ed07.tar.gz
ipxe-bb9961fb548068f769c666970c1de6c68743ed07.tar.xz
ipxe-bb9961fb548068f769c666970c1de6c68743ed07.zip
[test] Add self-tests for TCP/IP checksum calculation
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 0fb5bb5b..c0d9df5e 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -31,6 +31,7 @@ REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( base64_test );
REQUIRE_OBJECT ( settings_test );
REQUIRE_OBJECT ( time_test );
+REQUIRE_OBJECT ( tcpip_test );
REQUIRE_OBJECT ( crc32_test );
REQUIRE_OBJECT ( md5_test );
REQUIRE_OBJECT ( sha1_test );