-
Notifications
You must be signed in to change notification settings - Fork 499
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
18 lines (16 loc) · 865 Bytes
/
CMakeLists.txt
File metadata and controls
18 lines (16 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright CERN and copyright holders of ALICE O2. This software is distributed
# under the terms of the GNU General Public License v3 (GPL Version 3), copied
# verbatim in the file "COPYING".
#
# See http://alice-o2.web.cern.ch/license for full licensing information.
#
# In applying this license CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization or
# submit itself to any jurisdiction.
install(PROGRAMS sim_performance_test.sh sim_challenge.sh check_embedding_pileup.sh produce_QEDhits.sh
full_system_test.sh full_system_test_ci_extra_tests.sh
DESTINATION prodtests)
install(DIRECTORY full-system-test
DESTINATION prodtests
PATTERN *
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)