[][src]Crate lit

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

ErrorKind

The kind of an error.

Traits

ResultExt

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

VariablesExt

Type Definitions

Variables