blob: 6df1db8fc56b15fbc355367189d2601d1b4ce974 [file] [log] [blame]
Julius Werner25400372020-05-04 17:46:31 -07001# SPDX-License-Identifier: GPL-2.0-only
Julius Werner25400372020-05-04 17:46:31 -07002
Yu-Ping Wufc3576a2021-06-22 17:40:01 +08003subdirs-y += bsd
4
Vinod Polimera75283112022-07-20 17:25:44 +05305tests-y += rational-test
Julius Werner25400372020-05-04 17:46:31 -07006tests-y += region-test
7
Vinod Polimera75283112022-07-20 17:25:44 +05308rational-test-srcs += tests/commonlib/rational-test.c
9rational-test-srcs += src/commonlib/rational.c
10
Julius Werner25400372020-05-04 17:46:31 -070011region-test-srcs += tests/commonlib/region-test.c
12region-test-srcs += src/commonlib/region.c