Crate lit[][src]

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

The type that stores testing configuration.

Logic for showing testing events to the user - the UI logic.

Routines for running tests.

Structs

The Error type.

Enums

The kind of an error.

Traits

Additional methods for Result, for easy interaction with this crate.

Type Definitions