| // Copyright 2026 The Fuchsia Authors | |
| // | |
| // Use of this source code is governed by a MIT-style | |
| // license that can be found in the LICENSE file or at | |
| // https://opensource.org/licenses/MIT | |
| #![cfg(test)] | |
| mod acpi_lite_tests; | |
| mod apic_tests; | |
| mod binary_reader_tests; | |
| mod debug_port_tests; | |
| mod numa_tests; |