blob: 3de223e7073801f65b08df1a6492a73609ac16d0 [file] [log] [blame]
Yu-Ping Wufc3576a2021-06-22 17:40:01 +08001# SPDX-License-Identifier: GPL-2.0-only
2
3tests-y += helpers-test
Yidi Lin909c3172023-10-31 14:57:04 +08004tests-y += gcd-test
Julius Wernerde371092024-01-30 16:51:05 -08005tests-y += ipchksum-test
Yu-Ping Wufc3576a2021-06-22 17:40:01 +08006
7helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
Yidi Lin909c3172023-10-31 14:57:04 +08008
9gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
10gcd-test-srcs += src/commonlib/bsd/gcd.c
Julius Wernerde371092024-01-30 16:51:05 -080011
12ipchksum-test-srcs += tests/commonlib/bsd/ipchksum-test.c
13ipchksum-test-srcs += src/commonlib/bsd/ipchksum.c