blob: 55c3ddd7027592c5a7c677416141f0ba288a6a3a [file] [log] [blame]
# 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