Thids adds a uefi_load <block dev name> command, which will parse the PE header and do some basic validation checks. Bug: 294283461 Test: uefi_load virtio0 Change-Id: I97393652526bda5be1b995e59647e239c64d31d6
20 lines
349 B
Makefile
20 lines
349 B
Makefile
# common libraries for -test variants
|
|
|
|
MODULES += \
|
|
app/shell \
|
|
app/stringtests \
|
|
app/tests \
|
|
arch/test \
|
|
lib/aes \
|
|
lib/aes/test \
|
|
lib/cksum \
|
|
lib/debugcommands \
|
|
lib/unittest \
|
|
lib/version \
|
|
|
|
# set a build system variable for other modules to include test code
|
|
# on their own.
|
|
WITH_TESTS := true
|
|
GLOBAL_DEFINES += WITH_TESTS=1
|
|
|