CryptoPkg/Test: call ProcessLibraryConstructorList
Needed to properly initialize BaseRngLib. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
ce91687a1b
commit
94961b8817
|
@ -8,6 +8,12 @@
|
|||
**/
|
||||
#include "TestBaseCryptLib.h"
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
ProcessLibraryConstructorList (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Initialize the unit test framework, suite, and unit tests for the
|
||||
sample unit tests and run the unit tests.
|
||||
|
@ -76,5 +82,6 @@ main (
|
|||
char *argv[]
|
||||
)
|
||||
{
|
||||
ProcessLibraryConstructorList ();
|
||||
return UefiTestMain ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue