Macro wasmtime_wasi_nn::check_test

source ·
macro_rules! check_test {
    () => { ... };
}
Expand description

Early-return from a test if the test environment is not met. If the CI or FORCE_WASINN_TEST_CHECK environment variables are set, though, this will return an error instead.