1 2 3 4 5 6 7 8 9
//! This module contains tests for the `ndarray_cg` module, specifically focusing on the `inc` module. #![ allow( unused_imports ) ] use test_tools::exposed::*; use ndarray_cg as the_module; // #[ path = "inc/inc.rs" ] mod inc;