Skip to content

Commit c5d9bf2

Browse files
committed
basic/initial standalone compilation unit test
1 parent e04f43e commit c5d9bf2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<test name="RecoTrackerLSTCore-standalone-compilation" command="runCompilationTest.sh"/>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
cd $CMSSW_BASE/src/RecoTracker/LSTCore/standalone
4+
source setup.sh
5+
cd -
6+
echo "Building LST CPU backend..."
7+
lst_make_tracklooper -mCs

0 commit comments

Comments
 (0)