Skip to content
Snippets Groups Projects
Commit 1781c0e1 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Move directory Tests to Common

Directory Tests was created in commit 40a1c5aa.
parent 6b27d456
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,5 @@ else()
message(WARNING "mpi_f08 is not available. Cannot build Overlap.")
endif()
add_subdirectory(Tests)
add_subdirectory(Common)
include(TAGS)
add_subdirectory(Tests)
target_sources(test_get_1_outerm PRIVATE derived_types.f90
spher_polyline_area.f90 shpc_create.f90 write_eddy.f90 shpc_close.f90)
target_sources(test_set_all_outerm PRIVATE derived_types.f90
......
File moved
[
{
"title": "Spher_polyline_area",
"command": "$build_dir/Common/Tests/test_spher_polyline_area"
}
]
File moved
[
{
"title": "Spher_polyline_area",
"command": "$build_dir/Tests/test_spher_polyline_area"
},
{
"title": "Segments",
"command":
[
"$src_dir/segments.py", "$tests_old_dir/EGr2nd15md4/edgelist.csv",
"segments.graphml"
]
},
{
"title": "Cost_functions",
"command":
[
"$src_dir/cost_function.py", "--graphml",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti"
],
"env": {"PYTHONPATH": "$src_dir/Overlap:$src_dir/Common"},
"symlink":
[
"$tests_old_dir/EGr2nd15md4/node_id_param.json",
"$tests_old_dir/Segments/segments.graphml"
],
"exclude_cmp": ["timings.txt"]
},
{
"title": "Greece_segments",
"description":
"This is a case where the speed is not defined on a whole segment.",
"command":
[
"$src_dir/segments.py", "$tests_old_dir/Greece_graph/edgelist.csv",
"segments.graphml"
]
},
{
"title": "Greece_cost_function",
"description":
"This is a case where the speed is not defined on a whole segment.",
"command":
[
"$src_dir/cost_function.py", "--graphml",
"$tests_old_dir/Greece/SHPC_anti"
],
"env": {"PYTHONPATH": "$src_dir/Overlap:$src_dir/Common"},
"symlink":
[
"$tests_old_dir/Greece_graph/node_id_param.json",
"$tests_old_dir/Greece_segments/segments.graphml"
]
},
{
"title": "Trajectories",
"command":
[
"$src_dir/trajectories.py",
"$tests_old_dir/Cost_functions/segments_cost_functions.graphml"
]
},
{
"title": "Greece_trajectories",
"description": "A larger case than Trajectories.",
"command":
[
"$src_dir/trajectories.py",
"$tests_old_dir/Greece_cost_function/segments_cost_functions.graphml"
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment