xref: /aosp_15_r20/external/coreboot/tests/commonlib/bsd/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3tests-y += helpers-test
4tests-y += gcd-test
5tests-y += ipchksum-test
6tests-y += string-test
7
8helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
9
10gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
11gcd-test-srcs += src/commonlib/bsd/gcd.c
12
13ipchksum-test-srcs += tests/commonlib/bsd/ipchksum-test.c
14ipchksum-test-srcs += src/commonlib/bsd/ipchksum.c
15
16string-test-srcs += tests/commonlib/bsd/string-test.c
17string-test-srcs += src/commonlib/bsd/string.c
18