summaryrefslogtreecommitdiffstats
path: root/tests/commonlib/Makefile.mk
blob: 55c3ddd7027592c5a7c677416141f0ba288a6a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-only

subdirs-y += bsd

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

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

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