Expand description
A reusable testing tool, inspired by LLVM’s lit
tool.
lit
standing for LLVM Integrated Test.
This crate contains both a reusable library for creating test tools and an executable with generalized command line interface for manual usage.
Re-exports§
pub use self::config::Config;
Modules§
- config
- The type that stores testing configuration.
- event_
handler - Logic for showing testing events to the user - the UI logic.
- run
- Routines for running tests.
Structs§
- Error
- The Error type.
Enums§
- Error
Kind - The kind of an error.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate. - Variables
Ext