# 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}/rc_simple_xyce.cir ${CMAKE_CURRENT_BINARY_DIR}/rc_simple_xyce.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}RLC_LADDER/rc_simple_xyce.cir COMMAND $<TARGET_FILE:Xyce> rc_simple_xyce.cir )
  set_property(TEST ${TestNamePrefix}RLC_LADDER/rc_simple_xyce.cir PROPERTY LABELS "weekly;serial;performance;resistor;capacitor")
  set_tests_properties(${TestNamePrefix}RLC_LADDER/rc_simple_xyce.cir PROPERTIES FIXTURES_SETUP rc_simple_xyce.cir)
  add_test(NAME ${TestNamePrefix}RLC_LADDER/rc_simple_xyce.cir.verify COMMAND ${XYCE_VERIFY} rc_simple_xyce.cir ${OutputDataDir}/RLC_LADDER/rc_simple_xyce.cir.prn rc_simple_xyce.cir.prn )
  set_tests_properties(${TestNamePrefix}RLC_LADDER/rc_simple_xyce.cir.verify PROPERTIES FIXTURES_REQUIRED rc_simple_xyce.cir)
  set_property(TEST ${TestNamePrefix}RLC_LADDER/rc_simple_xyce.cir.verify PROPERTY LABELS "weekly;serial;performance;resistor;capacitor")
endif()
