summaryrefslogtreecommitdiffstats
path: root/tests/commonlib/Makefile.inc
blob: 6df1db8fc56b15fbc355367189d2601d1b4ce974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-only

subdirs-y += bsd

tests-y += rational-test
tests-y += region-test

rational-test-srcs += tests/commonlib/rational-test.c
rational-test-srcs += src/commonlib/rational.c

region-test-srcs += tests/commonlib/region-test.c
region-test-srcs += src/commonlib/region.c