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>
This commit is contained in:
Anna Karas 2020-06-04 12:26:02 +02:00 committed by Patrick Georgi
parent 999d29ee37
commit a65afdb833
1 changed files with 0 additions and 3 deletions

View File

@ -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