#[path = "../tests_all/test_2d_grid.rs"]
mod test_2d_grid;
#[path = "../tests_all/test_3d_arrays.rs"]
mod test_3d_arrays;
#[path = "../tests_all/test_variable_indexing.rs"]
mod test_variable_indexing;
#[path = "../tests_all/test_output_formatting.rs"]
mod test_output_formatting;
#[path = "../tests_all/test_array2d_array3d.rs"]
mod test_array2d_array3d;
#[path = "../tests_all/test_global_constraints.rs"]
mod test_global_constraints;