asterinas/test
Qingsong Chen 0333c3b4c1 Add Firefox to verified web browsers 2026-06-03 05:07:06 -07:00
..
initramfs Introduce `CpuSync<R>` to unify FPU and FSGSBASE register management 2026-06-03 05:07:06 -07:00
nixos Add Firefox to verified web browsers 2026-06-03 05:07:06 -07:00
README.md Recategorize initramfs tests into regression and conformance 2026-04-02 04:33:21 -07:00

README.md

Test Suites

This directory contains the testing infrastructure for Asterinas, organized into two complementary testing approaches.

Test Types

Initramfs-Based Tests (initramfs/)

Tests running in a minimal initramfs environment. Best for:

  • Linux compatibility testing
  • Core functionality testing
  • Performance benchmarks

See initramfs/README.md for details.

NixOS-Based Tests (nixos/)

Tests running in NixOS environments.

See nixos/README.md for details.