INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/fem/src)
CONFIGURE_FILE(sif/wires_and_core.sif COPYONLY) 
file(COPY ELMERSOLVER_STARTINFO DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/")
file(COPY wires_and_core/mesh.boundary wires_and_core/mesh.header wires_and_core/mesh.nodes wires_and_core/mesh.elements wires_and_core/mesh.names DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/wires_and_core")
file(COPY sif/wires_and_core.sif DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/sif")
file(COPY wires_and_core/dat/gittrack DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/wires_and_core/dat")
ADD_ELMER_TEST(mgdyn_core_wire_line_element LABELS slow)
ADD_ELMER_LABEL(mgdyn_core_wire_line_element 3D)
ADD_ELMER_LABEL(mgdyn_core_wire_line_element thin_region)
ADD_ELMER_LABEL(mgdyn_core_wire_line_element mgdyn)
