summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-02-18 17:17:53 +0300
committerAlexander Graf <agraf@suse.de>2018-04-04 12:00:07 +0300
commit6fc901c538907f48d4253a6e23987df2268f75ae (patch)
treea5e1c5c6e7dd283555ab333e2af47bf5b5a624cc /lib/efi_selftest/Makefile
parent9967adb71db685c0b45312f966e954d9fe5293c7 (diff)
downloadu-boot-6fc901c538907f48d4253a6e23987df2268f75ae.tar.xz
efi_selftest: unit test for event groups
Supply a unit test for event groups. Create multiple events in an event group. Signal each event once and check that all events are notified once in each round. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r--lib/efi_selftest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index 2c44251704..31b444fc8b 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -19,6 +19,7 @@ efi_selftest_controllers.o \
efi_selftest_console.o \
efi_selftest_devicepath.o \
efi_selftest_events.o \
+efi_selftest_event_groups.o \
efi_selftest_exitbootservices.o \
efi_selftest_fdt.o \
efi_selftest_gop.o \