summaryrefslogtreecommitdiff
path: root/tests/commonlib/Makefile.mk
blob: e593b144042c974577366a259c4e72e69a152f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-License-Identifier: GPL-2.0-only

subdirs-y += bsd

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

device_tree-test-srcs += tests/commonlib/device_tree-test.c
device_tree-test-srcs += tests/stubs/console.c
device_tree-test-srcs += src/commonlib/device_tree.c
device_tree-test-syssrcs += tests/helpers/file.c

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