diff options
author | Anna Karas <aka@semihalf.com> | 2020-06-04 12:26:02 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-01 05:18:58 +0000 |
commit | a65afdb833741735cf2cdf1386a9a2d065de6065 (patch) | |
tree | bf124f0f141c304b5700b97fc03f8b7e028a3b3d /tests | |
parent | 999d29ee37a5d11dce8b27755a3944520f70c8b4 (diff) |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index 565bb31c2e..c490317644 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 |