Skip to content
Snippets Groups Projects

Add tests for the flavor tagging EDM

Merged Dan Guest requested to merge dguest/athena:add-ftag-tests into master
All threads resolved!
Files
7
@@ -15,14 +15,3 @@ atlas_add_component( DerivationFrameworkFlavourTag
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
# add the test utility
atlas_add_executable( test_btagging
util/test-btagging.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODJet xAODTracking xAODBTagging xAODRootAccess )
atlas_add_executable( test_jet_links
util/test-jet-links.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODJet xAODTracking xAODBTagging xAODRootAccess )
Loading