[][src]Macro datatest::harness

macro_rules! harness {
    () => { ... };
}

datatest test harness entry point. Should be declared in the test module, like in the following snippet:

datatest::harness!();

Also, harness should be set to false for that test module in Cargo.toml (see Configuring a target).