patina_dxe_core 21.0.0

A pure rust implementation of the UEFI DXE Core.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! DXE Core Patina Tests
//!
//! Patina Tests for the DXE Core.
//!
//! ## License
//!
//! Copyright (c) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0
//!

mod audit_tests;
mod stability_tests;
mod test_support;