2540037406
This patch adds a basic test for the common region and region_device APIs, sanity checking the basic functions and things like overflow-handling. There is certainly more that could be added here, but it's a start. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I4932402f54768557e5b22b16e66220bd90ddebfd Reviewed-on: https://review.coreboot.org/c/coreboot/+/41046 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Jan Dabros Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
7 lines
203 B
Makefile
7 lines
203 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# This file is part of the coreboot project.
|
|
|
|
tests-y += region-test
|
|
|
|
region-test-srcs += tests/commonlib/region-test.c
|
|
region-test-srcs += src/commonlib/region.c
|