cell-map-macro 0.2.0

Macros for the cell-map crate
Documentation
1
2
3
4
5
6
7
8
//! Perform all tests using trybuild

#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/layer-pass.rs");
    t.compile_fail("tests/layer-fail.rs");
}