summaryrefslogtreecommitdiff
path: root/test/lib/efi_device_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/efi_device_path.c')
-rw-r--r--test/lib/efi_device_path.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/efi_device_path.c b/test/lib/efi_device_path.c
index 24e2f23c5af..5cc001e209e 100644
--- a/test/lib/efi_device_path.c
+++ b/test/lib/efi_device_path.c
@@ -5,7 +5,6 @@
* Copyright (c) 2020 Heinrich Schuchardt <xypron.glpk@gmx.de>
*/
-#include <common.h>
#include <efi_loader.h>
#include <test/lib.h>
#include <test/test.h>
@@ -46,5 +45,4 @@ static int lib_test_efi_dp_check_length(struct unit_test_state *uts)
return 0;
}
-
LIB_TEST(lib_test_efi_dp_check_length, 0);