summaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r--tests/lib/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index 2d49ba308a..921da1c9e1 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -21,6 +21,7 @@ tests-y += memcpy-test
tests-y += malloc-test
tests-y += memmove-test
tests-y += crc_byte-test
+tests-y += compute_ip_checksum-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -102,3 +103,6 @@ memmove-test-srcs += tests/lib/memmove-test.c
crc_byte-test-srcs += tests/lib/crc_byte-test.c
crc_byte-test-srcs += src/lib/crc_byte.c
+compute_ip_checksum-test-srcs += tests/lib/compute_ip_checksum-test.c
+compute_ip_checksum-test-srcs += src/lib/compute_ip_checksum.c
+