Skip to content
Snippets Groups Projects
Commit 59db9f92 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[test.grid_provider_dgf] add files

parent bfd0783e
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,11 @@ END_TESTCASES()
# link grid files
foreach (filename
"gmsh_2d_simplices.msh")
"gmsh_2d_simplices.msh"
"dgf_1d_interval.dgf"
"dgf_2d_interval.dgf"
"dgf_3d_interval.dgf"
"dgf_4d_interval.dgf"
)
execute_process(COMMAND ln -s "${CMAKE_CURRENT_SOURCE_DIR}/${filename}" "${CMAKE_CURRENT_BINARY_DIR}/${filename}")
endforeach (filename)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment