cmake set_property(TEST) examples

ornladios/ADIOS2 cmake/ADIOSFunctions.cmake :205

set_property(TEST ${basename}${curr_suffix} APPEND PROPERTY
  FIXTURES_REQUIRED ${basename}${curr_suffix}
)

ornladios/ADIOS2 testing/adios2/engine/dataman/CMakeLists.txt :26

set_property(TEST Engine.DataMan.DataManEngineTest.ReaderDoubleBuffer.Serial  PROPERTY TIMEOUT 300)

ornladios/ADIOS2 testing/utils/bpcmp/CMakeLists.txt :68

set_property(TEST Utils.BPcmp.Verbose.Dump PROPERTY
  ENVIRONMENT
    "PYTHONPATH=${ADIOS2_BINARY_DIR}/${CMAKE_INSTALL_PYTHONDIR};$<SHELL_PATH:$<TARGET_FILE_DIR:adios2_py>>;$ENV{PYTHONPATH}"
    "PATH=$<SHELL_PATH:$<TARGET_FILE_DIR:adios2_py>>;$<SHELL_PATH:$<TARGET_FILE_DIR:adios2_core>>;$ENV{PATH}"
    "PYTHONUSERBASE=${CMAKE_BINARY_DIR}"
)

ornladios/ADIOS2 thirdparty/KWSys/adios2sys/CMakeLists.txt :1087

set_property(TEST kwsys.testProcess-${n} PROPERTY TIMEOUT 120)

CGAL/cgal Installation/cmake/modules/CGAL_add_test.cmake :157

set_property(TEST "${test_name}"
  APPEND PROPERTY ENVIRONMENT CGAL_TEST_SUITE=1)

CGAL/cgal Installation/cmake/modules/CGAL_add_test.cmake :166

set_property(TEST "${test_name}"
  APPEND PROPERTY DEPENDS "compilation of  ${PROJECT_NAME}")

CGAL/cgal Installation/cmake/modules/CGAL_add_test.cmake :234

set_property(TEST
  "cleanup of ${PROJECT_NAME}" "copy source_dir of ${PROJECT_NAME}"
  APPEND PROPERTY LABELS "${PROJECT_NAME}")

CGAL/cgal Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake :114

set_property(TEST "compilation of  ${_target}" APPEND PROPERTY FIXTURES_REQUIRED CGAL_Qt6_moc_and_resources_Fixture)

CGAL/cgal Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake :135

set_property(TEST "compilation of  ${_target}"
  APPEND PROPERTY DEPENDS "compilation of  ${dep}")

CGAL/cgal Installation/test/Installation/CMakeLists.txt :237

set_property(TEST exec__${tgt} APPEND PROPERTY DEPENDS compile__${tgt})

CGAL/cgal Installation/test/Installation/CMakeLists.txt :249

set_property(TEST install_non_standard_cgal APPEND PROPERTY FIXTURES_SETUP test_config_file_non_standard_install_lib_cmake_target)

CGAL/cgal Lab/demo/Lab/CGALlab_macros.cmake :49

set_property(TEST "compilation of  ${plugin_name}" APPEND PROPERTY FIXTURES_REQUIRED demo_framework_SetupFixture)

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :204

set_property(TEST "compilation of  demo_framework"
  APPEND PROPERTY DEPENDS "check build system" "compilation of  CGAL_Qt6_moc_and_resources")

CGAL/cgal Mesh_3/test/Mesh_3/CMakeLists.txt :128

set_property(TEST
  "execution   of  test_meshing_verbose"
  "execution   of  test_meshing_polyhedron_with_features"
  "execution   of  test_meshing_implicit_function"
  "execution   of  test_meshing_unit_tetrahedron"
  "execution   of  test_meshing_polyhedron"
  "execution   of  test_meshing_polyhedral_complex"
  "execution   of  test_mesh_capsule_var_distance_bound"
  "execution   of  test_mesh_3_issue_1554"
  "execution   of  test_mesh_3_issue_8773"
  "execution   of  test_mesh_polyhedral_domain_with_features_deprecated"
  "execution   of  test_mesh_cell_base_3"
  "execution   of  test_remeshing_polyhedron"
  PROPERTY RUN_SERIAL 1)

CGNS/CGNS src/tests/CMakeLists.txt :180

set_property (TEST ${TARGETNAME} PROPERTY SKIP_RETURN_CODE 125)

CLIUtils/CLI11 examples/CMakeLists.txt :34

set_property(TEST json_config_in PROPERTY PASS_REGULAR_EXPRESSION [[{]] [["item": "3"]]
                                          [["simple": false]] [[}]])

CLIUtils/CLI11 examples/CMakeLists.txt :90

set_property(TEST config_app3 PROPERTY PASS_REGULAR_EXPRESSION "file=\"\"")

CLIUtils/CLI11 examples/CMakeLists.txt :102

set_property(TEST option_groups_extra PROPERTY PASS_REGULAR_EXPRESSION "but 2 were given")

CLIUtils/CLI11 examples/CMakeLists.txt :105

set_property(TEST option_groups_extra2 PROPERTY PASS_REGULAR_EXPRESSION "at most 1")

CLIUtils/CLI11 examples/CMakeLists.txt :119

set_property(TEST positional_validation1 PROPERTY PASS_REGULAR_EXPRESSION "File 1 = one")

CLIUtils/CLI11 examples/CMakeLists.txt :146

set_property(
  TEST validators_help
  PROPERTY PASS_REGULAR_EXPRESSION "  -f,[ \\t]*--file TEXT:FILE[\\r\\n\\t ]+File name"
           "  -v,[ \\t]*--value INT:INT in [3 - 6][\\r\\n\\t ]+Value in range")

CLIUtils/CLI11 examples/CMakeLists.txt :249

set_property(TEST retired_retired_test3 PROPERTY PASS_REGULAR_EXPRESSION "WARNING.*retired")

CLIUtils/CLI11 tests/CMakeLists.txt :349

set_property(TEST find-package-testsA PROPERTY LABELS Packaging)

CLIUtils/CLI11 tests/CMakeLists.txt :351

set_property(TEST find-package-testsB PROPERTY DEPENDS find-package-testsA)

CLIUtils/CLI11 tests/CMakeLists.txt :352

set_property(TEST find-package-testsC PROPERTY LABELS Packaging)

CLIUtils/CLI11 tests/CMakeLists.txt :353

set_property(TEST find-package-testsC PROPERTY DEPENDS find-package-testsB)

xiph/flac test/CMakeLists.txt :97

set_property(TEST ${ALL_TESTS} APPEND PROPERTY ENVIRONMENT FLAC__TEST_LEVEL=1)

OSGeo/gdal autotest/CMakeLists.txt :108

set_property(TEST autotest_${tgt} PROPERTY ENVIRONMENT "${PYTHON_RUN_ENV}")

OSGeo/gdal autotest/gcore/CMakeLists.txt :86

set_property(TEST gcore_${test_target} PROPERTY TIMEOUT 20)

OSGeo/gdal perftests/CMakeLists.txt :32

set_property(TEST testperf_gdal_minmax_element PROPERTY ENVIRONMENT "${TEST_ENV}")

OSGeo/gdal swig/csharp/CMakeLists.txt :817

set_property(TEST csharp_gdaldatasetwrite PROPERTY ENVIRONMENT "${TEST_ENV}")

OSGeo/gdal swig/csharp/CMakeLists.txt :841

set_property(TEST csharp_gdalinfo PROPERTY ENVIRONMENT "${TEST_ENV}")

HDFGroup/hdf5 tools/test/h5dump/CMakeTestsXML.cmake :179

set_property(TEST H5DUMP_XML-${skipresultfile} PROPERTY DISABLED true)

HDFGroup/hdf5 tools/test/h5repack/CMakeTests.cmake :370

set_property(TEST H5REPACK_CMP-${testname} PROPERTY DISABLED true)

HDFGroup/hdf5 tools/test/h5repack/CMakeTests.cmake :425

set_property(TEST H5REPACK_MASK-${testname} PROPERTY DISABLED true)

HDFGroup/hdf5 tools/test/h5repack/CMakeTests.cmake :477

set_property(TEST H5REPACK_DMP-${testname} PROPERTY DISABLED true)

libusb/hidapi windows/test/CMakeLists.txt :72

set_property(TEST "WinHidReportReconstructTest_${TEST_CASE}" PROPERTY ENVIRONMENT_MODIFICATION "PATH=path_list_append:${MSVC_BUILD_TOOLS_DIR}")

igraph/igraph tests/CMakeLists.txt :560

set_property(TEST test::igraph_power_law_fit APPEND PROPERTY ENVIRONMENT "OMP_NUM_THREADS=1")

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :524

set_property(
  TEST MultiStageImageRegistration1Test
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :546

set_property(
  TEST MultiStageImageRegistration2Test
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :629

set_property(
  TEST DeformableRegistration6Test
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :779

set_property(
  TEST BSplineWarping2Test
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :783

set_property(
  TEST BSplineWarping2Test
  APPEND
  PROPERTY RUN_SERIAL True)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :847

set_property(
  TEST DeformableRegistration14Test1
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :878

set_property(TEST DeformableRegistration14Test2 PROPERTY DEPENDS BSplineWarping2Test)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :911

set_property(
  TEST DeformableRegistration14Test3
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Examples/RegistrationITKv4/test/CMakeLists.txt :992

set_property(
  TEST DeformableRegistration15Test1
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Bridge/VtkGlue/test/CMakeLists.txt :65

set_property(
  TEST itkVtkMedianImageFilterTest
  APPEND
  PROPERTY LABELS REQUIRES_DISPLAY)

InsightSoftwareConsortium/ITK Modules/Bridge/VtkGlue/test/CMakeLists.txt :95

set_property(
  TEST itkVtkConnectedComponentImageFilterTest
  APPEND
  PROPERTY LABELS REQUIRES_DISPLAY)

InsightSoftwareConsortium/ITK Modules/IO/ImageBase/test/CMakeLists.txt :841

set_property(
  TEST itkImageSeriesReaderDimensionsTest1
  APPEND
  PROPERTY DEPENDS ITK_Data)

InsightSoftwareConsortium/ITK Modules/IO/Meta/test/CMakeLists.txt :471

set_property(
  TEST itkLargeMetaImageWriteReadTest2
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/IO/TIFF/test/CMakeLists.txt :480

set_property(
  TEST itkLargeTIFFImageWriteReadTest1
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/IO/TIFF/test/CMakeLists.txt :527

set_property(
  TEST itkLargeTIFFImageWriteReadTest4
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :318

set_property(
  TEST ITKv3MultiResImageRegistration1Test
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :414

set_property(
  TEST ITKv3DeformableRegistration12Test3
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :501

set_property(
  TEST ITKv3DeformableRegistration8Test2
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :531

set_property(
  TEST ITKv3DeformableRegistration8Test3
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :596

set_property(
  TEST ITKv3DeformableRegistration8Test5
  APPEND
  PROPERTY RUN_SERIAL True)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :618

set_property(
  TEST ITKv3DeformableRegistration8Test6
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/Common/test/RegistrationITKv3/test/CMakeLists.txt :670

set_property(
  TEST ITKv3DeformableRegistration8Test8
  APPEND
  PROPERTY RUN_SERIAL True)

InsightSoftwareConsortium/ITK Modules/Registration/RegistrationMethodsv4/test/CMakeLists.txt :59

set_property(
  TEST itkSimpleImageRegistrationTestDouble
  APPEND
  PROPERTY LABELS RUNS_LONG)

InsightSoftwareConsortium/ITK Modules/Registration/RegistrationMethodsv4/test/CMakeLists.txt :205

set_property(
  TEST itkSyNPointSetRegistrationTest
  APPEND
  PROPERTY LABELS RUNS_LONG)

KDAB/KDStateMachineEditor cmake/ECM/modules/ECMAddTests.cmake :132

set_property(TEST ${_testname} PROPERTY ENVIRONMENT "QT_PLUGIN_PATH=${_plugin_path}")

lammps/lammps lib/kokkos/cmake/fake_tribits.cmake :87

set_property(
  TEST ${TEST_NAME} APPEND_STRING PROPERTY ENVIRONMENT "KOKKOS_PROFILE_LIBRARY=$<TARGET_FILE:${TEST_TOOL}>"
)

lammps/lammps lib/kokkos/core/unit_test/CMakeLists.txt :1131

set_property(TEST Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail PROPERTY WILL_FAIL TRUE)

AOMediaCodec/libavif tests/CMakeLists.txt :180

set_property(TEST ${TEST_NAME} PROPERTY ENVIRONMENT "TEST_DATA_DIRS=${CMAKE_CURRENT_SOURCE_DIR}/data/")

AOMediaCodec/libavif tests/CMakeLists.txt :289

set_property(TEST test_cmd_icc_profile PROPERTY DISABLED True)

intel/libvpl examples/api2x/hello-sharing-dx11/CMakeLists.txt :117

set_property(TEST hello-sharing-dx11-import-test
             PROPERTY PASS_REGULAR_EXPRESSION "${passRegex}")

intel/libvpl examples/api2x/hello-sharing-dx11/CMakeLists.txt :124

set_property(TEST hello-sharing-dx11-export-test
             PROPERTY PASS_REGULAR_EXPRESSION "${passRegex}")

miniupnp/miniupnp miniupnpc/CMakeLists.txt :268

set_property(TEST validateupnpreplyparse
             PROPERTY ENVIRONMENT
             TESTUPNPREPLYPARSE=${CMAKE_BINARY_DIR}/testupnpreplyparse)

rui314/mold third-party/tbb/test/CMakeLists.txt :64

set_property(TEST ${_tbb_test_TARGET_NAME}_SDE PROPERTY ENVIRONMENT ${TBB_TESTS_ENVIRONMENT} APPEND)

rui314/mold third-party/tbb/test/CMakeLists.txt :69

set_property(TEST ${_tbb_test_TARGET_NAME} PROPERTY RUN_SERIAL TRUE)

rui314/mold third-party/zstd/build/cmake/tests/CMakeLists.txt :111

set_property(TEST fuzzer zstreamtest playTests APPEND PROPERTY LABELS Medium)

AcademySoftwareFoundation/OpenImageIO src/cmake/testing.cmake :109

set_property(TEST ${_testname} APPEND PROPERTY ENVIRONMENT
                 "OIIO_TESTSUITE_ROOT=${_testsuite}"
                 "OIIO_TESTSUITE_SRC=${_testsrcdir}"
                 "OIIO_TESTSUITE_CUR=${_testdir}"
                 ${_ats_ENVIRONMENT})

uclouvain/openjpeg tests/CMakeLists.txt :69

set_property(TEST ttd2 APPEND PROPERTY DEPENDS tte2)

uclouvain/openjpeg tests/CMakeLists.txt :100

set_property(TEST tda_irreversible_no_precinct APPEND PROPERTY DEPENDS tda_prep_irreversible_no_precinct)

uclouvain/openjpeg tests/CMakeLists.txt :104

set_property(TEST tda_irreversible_203_201_17_19_no_precinct APPEND PROPERTY DEPENDS tda_prep_irreversible_203_201_17_19_no_precinct)

AcademySoftwareFoundation/OpenShadingLanguage src/cmake/testing.cmake :94

set_property (TEST ${testname} APPEND PROPERTY ENVIRONMENT OSL_TESTSUITE_THRESH_SCALE=$ENV{OSL_TESTSUITE_OPTIX_THRESH_SCALE})

ICLDisco/parsec tests/profiling/Testings.cmake :5

set_property(TEST profiling/bw_generate_prof:mp PROPERTY FIXTURES_SETUP bw_prof_files)

ICLDisco/parsec tests/profiling/Testings.cmake :13

set_property(TEST profiling/bw_generate_hdf5 PROPERTY FIXTURES_REQUIRED bw_prof_files)

ICLDisco/parsec tests/profiling/Testings.cmake :17

set_property(TEST profiling/bw_check_hdf5 PROPERTY FIXTURES_REQUIRED bw_h5_files)

ICLDisco/parsec tests/profiling/Testings.cmake :29

set_property(TEST profiling/async_generate_hdf5 APPEND PROPERTY ENVIRONMENT
  PYTHONPATH=${TMPPYTHONPATH}/:$ENV{PYTHONPATH})

ICLDisco/parsec tests/profiling/Testings.cmake :43

set_property(TEST profiling/bwd_generate_prof_and_dot:mp PROPERTY FIXTURES_SETUP bwd_prof_and_dot_files)

ICLDisco/parsec tests/profiling/Testings.cmake :50

set_property(TEST profiling/bwd_generate_hdf5 PROPERTY FIXTURES_REQUIRED bwd_prof_and_dot_files)

ICLDisco/parsec tests/profiling/Testings.cmake :51

set_property(TEST profiling/bwd_generate_hdf5 PROPERTY FIXTURES_SETUP bwd_prof_and_dot_h5_files)

PDAL/PDAL cmake/macros.cmake :239

set_property(TEST ${_name} PROPERTY ENVIRONMENT
    "PDAL_DRIVER_PATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}")

qgis/QGIS CMakeLists.txt :727

set_property(TEST logGitStatus PROPERTY SKIP_RETURN_CODE 2)

sandialabs/seacas cmake/tribits/dashboard_driver/TribitsDriverSupport.cmake :171

set_property(TEST ${testname} PROPERTY ENVIRONMENT
  "${PARSE_ENVIRONMENT};TD_CTEST_VERSION_TYPE=${ctest_type}")

simdjson/simdjson benchmark/dom/checkperf.cmake :103

set_property(TEST checkperf PROPERTY RUN_SERIAL TRUE)

simdjson/simdjson cmake/add_cpp_test.cmake :40

set_property(TEST ${TEST_NAME} APPEND PROPERTY LABELS ${ARGS_LABELS})

simdjson/simdjson examples/quickstart/add_quickstart_test.cmake :45

set_property(TEST ${TEST_NAME} APPEND PROPERTY LABELS ${ARGS_LABELS})

simdjson/simdjson examples/quickstart/add_quickstart_test.cmake :46

set_property(
  TEST ${TEST_NAME}
  APPEND PROPERTY DEPENDS simdjson-source ${PROJECT_SOURCE_DIR}/examples/quickstart/${SOURCE_FILE}
)

simdjson/simdjson singleheader/CMakeLists.txt :131

set_property(TEST amalgamate_demo APPEND PROPERTY LABELS per_implementation singleheader)

simdjson/simdjson singleheader/CMakeLists.txt :143

set_property(TEST simdjson-singleheader APPEND PROPERTY LABELS per_implementation singleheader)

simdjson/simdjson tests/dom/CMakeLists.txt :66

set_property(TEST json2json APPEND PROPERTY LABELS acceptance per_implementation)

spglib/spglib test/package/find_package/CMakeLists.txt :26

set_property(TEST smoke_test_c APPEND PROPERTY
        ENVIRONMENT_MODIFICATION "PATH=path_list_prepend:$<JOIN:$<TARGET_RUNTIME_DLL_DIRS:main_c>,\;>"
)

spglib/spglib test/package/find_package/CMakeLists.txt :43

set_property(TEST smoke_test_Fortran APPEND PROPERTY
        ENVIRONMENT_MODIFICATION "PATH=path_list_prepend:$<JOIN:$<TARGET_RUNTIME_DLL_DIRS:main_Fortran>,\;>"
)

pghysels/STRUMPACK test/CMakeLists.txt :63

set_property(TEST ${test_name} PROPERTY ENVIRONMENT "OMP_NUM_THREADS=3")

pghysels/STRUMPACK test/CMakeLists.txt :75

set_property(TEST ${test_name} PROPERTY ENVIRONMENT "OMP_NUM_THREADS=8")

pghysels/STRUMPACK test/CMakeLists.txt :107

set_property(TEST ${test_name} PROPERTY ENVIRONMENT "OMP_NUM_THREADS=3")