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

Disable some e/gamma tests in AthAnalysis

parent 6abadfe7
No related branches found
No related tags found
No related merge requests found
...@@ -28,5 +28,7 @@ atlas_add_dictionary( PhotonVertexSelectionDict ...@@ -28,5 +28,7 @@ atlas_add_dictionary( PhotonVertexSelectionDict
LINK_LIBRARIES PhotonVertexSelectionLib ) LINK_LIBRARIES PhotonVertexSelectionLib )
# Test(s) in the package: # Test(s) in the package:
atlas_add_test( PhotonVertexSelection_test if( NOT XAOD_ANALYSIS )
SCRIPT test/testPhotonVertexSelection.py ) atlas_add_test( PhotonVertexSelection_test
SCRIPT test/testPhotonVertexSelection.py )
endif()
...@@ -47,7 +47,7 @@ endif() ...@@ -47,7 +47,7 @@ endif()
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
if (NOT XAOD_STANDALONE) if (NOT XAOD_STANDALONE AND NOT XAOD_ANALYSIS)
atlas_add_test( flake8_test atlas_add_test( flake8_test
SCRIPT ${ATLAS_FLAKE8} ${CMAKE_CURRENT_SOURCE_DIR}/test SCRIPT ${ATLAS_FLAKE8} ${CMAKE_CURRENT_SOURCE_DIR}/test
POST_EXEC_SCRIPT nopost.sh ) POST_EXEC_SCRIPT nopost.sh )
......
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