Skip to content

Commit f95a06d

Browse files
committed
Add script of additional tests to run in the CI based on the full system test data
1 parent 2e2c3aa commit f95a06d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

prodtests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# submit itself to any jurisdiction.
1010

1111

12-
install(PROGRAMS sim_performance_test.sh sim_challenge.sh check_embedding_pileup.sh produce_QEDhits.sh
13-
full_system_test.sh
12+
install(PROGRAMS sim_performance_test.sh sim_challenge.sh check_embedding_pileup.sh produce_QEDhits.sh
13+
full_system_test.sh full_system_test_ci_extra_tests.sh
1414
DESTINATION prodtests)
1515
install(DIRECTORY full-system-test
1616
DESTINATION prodtests
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+

0 commit comments

Comments
 (0)