Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42312 )
Change subject: tests/lib/Makefile.inc: remove a comment ......................................................................
tests/lib/Makefile.inc: remove a comment
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 --- M tests/lib/Makefile.inc 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved Paul Fagerburg: Looks good to me, but someone else must approve
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index 565bb31..c490317 100644 --- a/tests/lib/Makefile.inc +++ b/tests/lib/Makefile.inc @@ -1,8 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only
-# object filest should be under build/tests/ build/test/src/ build/test/run/ -# two examples - first should be simply string.c, second should use -wrap - tests-y += string-test
string-test-srcs += tests/lib/string-test.c