# 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}/irf130-tran.cir ${CMAKE_CURRENT_BINARY_DIR}/irf130-tran.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}VDMOS_TRAN/irf130-tran.cir COMMAND $<TARGET_FILE:Xyce> irf130-tran.cir )
  set_property(TEST ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir PROPERTY LABELS "serial;nightly;parallel;vdmos")
  set_tests_properties(${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir PROPERTIES FIXTURES_SETUP irf130-tran.cir)
  add_test(NAME ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify COMMAND ${XYCE_VERIFY} irf130-tran.cir ${OutputDataDir}/VDMOS_TRAN/irf130-tran.cir.prn irf130-tran.cir.prn )
  set_tests_properties(${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify PROPERTIES FIXTURES_REQUIRED irf130-tran.cir)
  set_property(TEST ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify PROPERTY LABELS "serial;nightly;parallel;vdmos")
endif()
if( Xyce_PARALLEL_MPI  )
  add_test(NAME ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir COMMAND mpiexec -bind-to none -np 2 $<TARGET_FILE:Xyce> irf130-tran.cir )
  set_property(TEST ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir PROPERTY LABELS "serial;nightly;parallel;vdmos")
  set_tests_properties(${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir PROPERTIES FIXTURES_SETUP irf130-tran.cir)
  add_test(NAME ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify COMMAND ${XYCE_VERIFY} irf130-tran.cir ${OutputDataDir}/VDMOS_TRAN/irf130-tran.cir.prn irf130-tran.cir.prn )
  set_tests_properties(${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify PROPERTIES FIXTURES_REQUIRED irf130-tran.cir)
  set_property(TEST ${TestNamePrefix}VDMOS_TRAN/irf130-tran.cir.verify PROPERTY LABELS "serial;nightly;parallel;vdmos")
endif()
