automod 1.0.16

Pull in every source file in a directory as a module.
Documentation
1
2
3
4
#[test]
fn test() {
    assert_eq!(module_path!(), "tests::regression::issue128");
}