Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tadej Novak
athena
Commits
29be65d0
Verified
Commit
29be65d0
authored
4 years ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
Disable some jet tests in AthAnalysis
parent
d07343db
No related branches found
No related tags found
No related merge requests found
Pipeline
#2210637
passed with stage
Stage: external
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Reconstruction/Jet/JetRec/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Reconstruction/Jet/JetRec/CMakeLists.txt
Reconstruction/Jet/JetReclustering/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Reconstruction/Jet/JetReclustering/CMakeLists.txt
with
2 additions
and
2 deletions
Reconstruction/Jet/JetRec/CMakeLists.txt
+
1
−
1
View file @
29be65d0
...
...
@@ -87,7 +87,7 @@ atlas_add_test(JetClustererTest
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
GTEST_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
GTEST_LIBRARIES
}
JetRecLib
)
if
(
NOT GENERATIONBASE AND NOT XAOD_STANDALONE
)
if
(
NOT GENERATIONBASE AND NOT XAOD_STANDALONE
AND NOT XAOD_ANALYSIS
)
atlas_add_test
(
JetRecAlg_Test SCRIPT share/JetRecAlgTestCfg.py
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
Reconstruction/Jet/JetReclustering/CMakeLists.txt
+
1
−
1
View file @
29be65d0
...
...
@@ -34,7 +34,7 @@ atlas_add_dictionary( JetReclusteringDict
LINK_LIBRARIES JetReclusteringLib
)
# Test(s) in the package:
if
(
NOT XAOD_STANDALONE
)
if
(
NOT XAOD_STANDALONE
AND NOT XAOD_ANALYSIS
)
atlas_add_test
(
ut_JetReclusteringTool_test
SOURCES test/ut_JetReclusteringTool_test.cxx
LINK_LIBRARIES xAODRootAccess AsgTools JetInterface xAODJet
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment