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