We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2c3aa commit f95a06dCopy full SHA for f95a06d
2 files changed
prodtests/CMakeLists.txt
@@ -9,8 +9,8 @@
9
# submit itself to any jurisdiction.
10
11
12
-install(PROGRAMS sim_performance_test.sh sim_challenge.sh check_embedding_pileup.sh produce_QEDhits.sh
13
- full_system_test.sh
+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
14
DESTINATION prodtests)
15
install(DIRECTORY full-system-test
16
DESTINATION prodtests
prodtests/full_system_test_ci_extra_tests.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
0 commit comments