Warning, /acts/Traccc/cmake/traccc-ctest.sh.in is written in an unsupported language. File is not indexed.
0001 #!@BASH_EXECUTABLE@
0002 #
0003 # TRACCC library, part of the ACTS project (R&D line)
0004 #
0005 # (c) 2024 CERN for the benefit of the ACTS project
0006 #
0007 # Mozilla Public License Version 2.0
0008
0009 # Propagate errors.
0010 set -e
0011 set -o pipefail
0012
0013 # Run every command through the time command. Recording the time, memory, etc.
0014 # used by each and every build command.
0015 command @TIME_EXECUTABLE@ @TIME_VERBOSE_FLAG@ \
0016 -ao @CMAKE_CURRENT_BINARY_DIR@/traccc_build_performance.log \
0017 @CMAKE_CTEST_COMMAND@ $*