# 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}/bug577son.cir ${CMAKE_CURRENT_BINARY_DIR}/bug577son.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}Certification_Tests/BUG_577_SON/bug577son.cir COMMAND $<TARGET_FILE:Xyce> bug577son.cir )
  set_property(TEST ${TestNamePrefix}Certification_Tests/BUG_577_SON/bug577son.cir PROPERTY LABELS "serial;nightly;inductor")
  set_tests_properties(${TestNamePrefix}Certification_Tests/BUG_577_SON/bug577son.cir PROPERTIES FIXTURES_SETUP bug577son.cir)
  add_test(NAME ${TestNamePrefix}Certification_Tests/BUG_577_SON/bug577son.cir.verify COMMAND ${XYCE_VERIFY} bug577son.cir ${OutputDataDir}/Certification_Tests/BUG_577_SON/bug577son.cir.prn bug577son.cir.prn )
  set_tests_properties(${TestNamePrefix}Certification_Tests/BUG_577_SON/bug577son.cir.verify PROPERTIES FIXTURES_REQUIRED bug577son.cir)
  set_property(TEST ${TestNamePrefix}Certification_Tests/BUG_577_SON/bug577son.cir.verify PROPERTY LABELS "serial;nightly;inductor")
endif()
