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