use test_tools::a_id;
use super::
{
the_module,
};
mod func_test;
mod impls_basic_test;
mod impls1_test;
mod impls2_test;
mod impls3_test;
mod index_test;
mod tests_index_test;
only_for_terminal_module!
{
#[ test_tools::nightly ]
#[ cfg( feature = "enabled" ) ]
#[ test ]
fn former_trybuild()
{
println!( "current_dir : {:?}", std::env::current_dir().unwrap() );
let _t = test_tools::compiletime::TestCases::new();
}
}