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