[][src]Macro dicetest::dicetest

macro_rules! dicetest {
    ($config:expr, $test:expr) => { ... };
    ($test:expr) => { ... };
}

Checks the test with checker::check. The config can be omitted.

If the Config parameter is omitted, the default Config will be used.