2021-06-22 11:40:01 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
|
|
|
tests-y += helpers-test
|
2023-10-31 07:57:04 +01:00
|
|
|
tests-y += gcd-test
|
2021-06-22 11:40:01 +02:00
|
|
|
|
|
|
|
helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
|
2023-10-31 07:57:04 +01:00
|
|
|
|
|
|
|
gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
|
|
|
|
gcd-test-srcs += src/commonlib/bsd/gcd.c
|