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