Skip to content
Snippets Groups Projects
Commit 5d4736b7 authored by Scott Snyder's avatar Scott Snyder Committed by Walter Lampl
Browse files

TileRecAlgs: Tests which define components need ENABLE_EXPORTS.

Former-commit-id: 29e64564
parent 5f56b8ea
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: TileRecAlgs
################################################################################
......@@ -44,6 +45,9 @@ atlas_add_component( TileRecAlgs
atlas_add_test( TileDigitsThresholdFilter_test
SOURCES test/TileDigitsThresholdFilter_test.cxx
LINK_LIBRARIES TileEvent TileIdentifier TileConditionsLib AthenaBaseComps StoreGateLib IdDictParser TestTools CxxUtils GaudiKernel)
# Needed for the plugin service to see the test components
# defined in the test binary.
set_target_properties( TileRecAlgs_TileDigitsThresholdFilter_test PROPERTIES ENABLE_EXPORTS True )
# Install files from the package:
......
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