Skip to content
Snippets Groups Projects
Verified Commit 29be65d0 authored by Tadej Novak's avatar Tadej Novak
Browse files

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
in 0 seconds
......@@ -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()
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment