# This file is generated by the script SetUpCtestFiles.py
# If possible, modify the script to fix any issues with the CMakeLists.txt files
# Or you can remove this header line to prevent this file from being overwritten

file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/README ${CMAKE_CURRENT_BINARY_DIR}/README ONLY_IF_DIFFERENT)
file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/erroroption.cir ${CMAKE_CURRENT_BINARY_DIR}/erroroption.cir ONLY_IF_DIFFERENT)
file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/erroroption.cir.sh ${CMAKE_CURRENT_BINARY_DIR}/erroroption.cir.sh ONLY_IF_DIFFERENT)
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/erroroption.cir.sh PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/tags ${CMAKE_CURRENT_BINARY_DIR}/tags ONLY_IF_DIFFERENT)
if( (NOT Xyce_PARALLEL_MPI) AND Xyce_VERBOSE_TIME AND PERL_FOUND )
  add_test(NAME ${TestNamePrefix}TIA/ERROROPTION/erroroption.cir.sh COMMAND perl -I${XyceRegressionTestScripts} erroroption.cir.sh $<TARGET_FILE:Xyce> ${XYCE_VERIFY} ${XYCE_VERIFY} erroroption.cir ${OutputDataDir}/TIA/ERROROPTION/erroroption.cir.prn )
  set_property(TEST ${TestNamePrefix}TIA/ERROROPTION/erroroption.cir.sh PROPERTY LABELS "serial;nightly;required:verbose;newdae")
endif()
