a65afdb833
Remove a comment since is not useful anymore. Signed-off-by: Anna Karas <aka@semihalf.com> Change-Id: I236b040a83700bcd34d99db61e5dad0ff7abb28c Reviewed-on: https://review.coreboot.org/c/coreboot/+/42312 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
6 lines
146 B
Makefile
6 lines
146 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
tests-y += string-test
|
|
|
|
string-test-srcs += tests/lib/string-test.c
|
|
string-test-srcs += src/lib/string.c
|