From 727a84b9a77d2132537bd63f72fb33848f4f99a5 Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Tue, 4 Jan 2022 10:17:06 +0000 Subject: tests: Move EDID test header to include/tests/lib Move header to path with all other test headers to make include paths unambigous. Change-Id: Ie2dbb055df658272424df95f58d84caaeba3fc8f Signed-off-by: Jakub Czapiga Reviewed-on: https://review.coreboot.org/c/coreboot/+/60969 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- tests/lib/edid-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib') diff --git a/tests/lib/edid-test.c b/tests/lib/edid-test.c index 73ce4ecaf7..a93e88a292 100644 --- a/tests/lib/edid-test.c +++ b/tests/lib/edid-test.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include struct test_state { int data_size; -- cgit v1.2.3