Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/tests/cpu/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # TRACCC library, part of the ACTS project (R&D line)
0002 #
0003 # (c) 2021-2025 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006 
0007 # Declare the cpu algorithm test(s).
0008 traccc_add_test(cpu
0009     "seq_single_module.cpp"
0010     "test_ambiguity_resolution.cpp"
0011     "test_axis.cpp"
0012     "test_cca.cpp"
0013     "test_ckf_combinatorics_telescope.cpp"
0014     "test_ckf_sparse_tracks_telescope.cpp"
0015     "test_clusterization_resolution.cpp"
0016     "test_copy.cpp"
0017     "test_grid2.cpp"
0018     "test_kalman_fitter_hole_count.cpp"
0019     "test_kalman_fitter_momentum_resolution.cpp"
0020     "test_kalman_fitter_telescope.cpp"
0021     "test_triplet_fitter_telescope.cpp"
0022     "test_kalman_fitter_wire_chamber.cpp"
0023     "test_populator.cpp"
0024     "test_kalman_filter_toy_detector.cpp"
0025     "test_ranges.cpp"
0026     "test_seeding.cpp"
0027     "test_serializer.cpp"
0028     "test_simulation.cpp"
0029     "test_spacepoint_formation.cpp"
0030     "test_track_params_estimation.cpp"
0031     "test_sanity_ordered_on.cpp"
0032     "test_sanity_contiguous_on.cpp"
0033     LINK_LIBRARIES GTest::gtest_main vecmem::core
0034     traccc_tests_common traccc::core traccc::io traccc::performance
0035     traccc::simulation detray::core detray::io detray::test_common
0036     detray::validation_utils covfie::core
0037 )