blob: bf17b6d56dbb3a9a5a16e1330f513f76f63e4cc6 [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
Yu-Ping Wufc3576a2021-06-22 17:40:01 +08005
6helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
Yidi Lin909c3172023-10-31 14:57:04 +08007
8gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
9gcd-test-srcs += src/commonlib/bsd/gcd.c