INCLUDE(test_macros)
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/fem/src)
CONFIGURE_FILE(sif/6481.sif sif/6481.sif COPYONLY)
file(COPY ELMERSOLVER_STARTINFO DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/")
file(COPY sif/6481-circuits.definitions DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/sif")
file(COPY sif/S1Harmonic.dat DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/sif")
file(COPY 6481/mesh.boundary 6481/mesh.header 6481/mesh.nodes 6481/mesh.elements 6481/mesh.names DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/6481")
file(COPY 6481/dat/gittrack DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/6481/dat")
ADD_ELMER_TEST(circuits_transient_massive LABELS circuits transient 3D mgdyn whitney)
