Explorar el Código

Add instructions for testing and fuzzing the AML parser

Isaac Woods hace 4 años
padre
commit
2e5cf65b28
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -24,6 +24,9 @@ Useful resources for contributing are:
 - [The ACPI specification](https://uefi.org/specifications)
 - [OSDev Wiki](https://wiki.osdev.org/ACPI)
 
+You can run the AML test suite with `cargo run --bin aml_tester -- -p tests`.
+You can run fuzz the AML parser with `cd aml && cargo fuzz run fuzz_target_1` (you may need to `cargo install cargo-fuzz`).
+
 ## Licence
 Acpi is dual-licenced under:
 - Apache Licence, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)