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