# 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}/interpolation_gear.cir ${CMAKE_CURRENT_BINARY_DIR}/interpolation_gear.cir ONLY_IF_DIFFERENT)
file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/interpolationtrap.cir ${CMAKE_CURRENT_BINARY_DIR}/interpolationtrap.cir ONLY_IF_DIFFERENT)
file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/tags ${CMAKE_CURRENT_BINARY_DIR}/tags ONLY_IF_DIFFERENT)
if( (NOT Xyce_PARALLEL_MPI) )
  add_test(NAME ${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir COMMAND $<TARGET_FILE:Xyce> interpolation_gear.cir )
  set_property(TEST ${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir PROPERTY LABELS "serial;nightly")
  set_tests_properties(${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir PROPERTIES FIXTURES_SETUP interpolation_gear.cir)
  add_test(NAME ${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir.verify COMMAND ${XYCE_VERIFY} interpolation_gear.cir ${OutputDataDir}/TIA/Interpolation_TIA/interpolation_gear.cir.prn interpolation_gear.cir.prn )
  set_tests_properties(${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir.verify PROPERTIES FIXTURES_REQUIRED interpolation_gear.cir)
  set_property(TEST ${TestNamePrefix}TIA/Interpolation_TIA/interpolation_gear.cir.verify PROPERTY LABELS "serial;nightly")
endif()
if( (NOT Xyce_PARALLEL_MPI) )
  add_test(NAME ${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir COMMAND $<TARGET_FILE:Xyce> interpolationtrap.cir )
  set_property(TEST ${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir PROPERTY LABELS "serial;nightly")
  set_tests_properties(${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir PROPERTIES FIXTURES_SETUP interpolationtrap.cir)
  add_test(NAME ${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir.verify COMMAND ${XYCE_VERIFY} interpolationtrap.cir ${OutputDataDir}/TIA/Interpolation_TIA/interpolationtrap.cir.prn interpolationtrap.cir.prn )
  set_tests_properties(${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir.verify PROPERTIES FIXTURES_REQUIRED interpolationtrap.cir)
  set_property(TEST ${TestNamePrefix}TIA/Interpolation_TIA/interpolationtrap.cir.verify PROPERTY LABELS "serial;nightly")
endif()
