blob: 3de223e7073801f65b08df1a6492a73609ac16d0 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-only
tests-y += helpers-test
tests-y += gcd-test
tests-y += ipchksum-test
helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
gcd-test-srcs += src/commonlib/bsd/gcd.c
ipchksum-test-srcs += tests/commonlib/bsd/ipchksum-test.c
ipchksum-test-srcs += src/commonlib/bsd/ipchksum.c