2020-05-05 02:46:31 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2021-06-22 11:40:01 +02:00
|
|
|
subdirs-y += bsd
|
|
|
|
|
2022-07-20 13:55:44 +02:00
|
|
|
tests-y += rational-test
|
2020-05-05 02:46:31 +02:00
|
|
|
tests-y += region-test
|
|
|
|
|
2022-07-20 13:55:44 +02:00
|
|
|
rational-test-srcs += tests/commonlib/rational-test.c
|
|
|
|
rational-test-srcs += src/commonlib/rational.c
|
|
|
|
|
2020-05-05 02:46:31 +02:00
|
|
|
region-test-srcs += tests/commonlib/region-test.c
|
|
|
|
region-test-srcs += src/commonlib/region.c
|