Skip to content
Snippets Groups Projects
Commit 1345d497 authored by Elmar Ritsch's avatar Elmar Ritsch Committed by Graeme Stewart
Browse files

Remove unnecessary installed library for tests (ISF_Algorithms-00-03-08)

	* Remove unnecessary installed library for tests
	* tag as ISF_Algorithms-00-03-08
parent 355b56b1
No related merge requests found
......@@ -33,16 +33,10 @@ atlas_add_component( ISF_Algorithms
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} GaudiKernel AthenaBaseComps AtlasDetDescr ISF_Event ISF_Interfaces PmbCxxUtils InDetSimEvent LArSimEvent TileSimEvent MuonSimEvent )
atlas_add_library( ISF_AlgorithmsLib
src/*.cxx
PUBLIC_HEADERS ISF_Algorithms
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} GaudiKernel AthenaBaseComps AtlasDetDescr ISF_Event ISF_Interfaces PmbCxxUtils InDetSimEvent LArSimEvent TileSimEvent MuonSimEvent )
atlas_add_test( CollectionMerger_test
SOURCES test/CollectionMerger_test.cxx
SOURCES test/CollectionMerger_test.cxx src/*.cxx
INCLUDE_DIRS ${GTEST_INCLUDE_DIRS} #${GMOCK_INCLUDE_DIRS}
LINK_LIBRARIES TestTools ISF_AlgorithmsLib ${GTEST_LIBRARIES} #${GMOCK_LIBRARIES}
LINK_LIBRARIES TestTools GaudiKernel AthenaBaseComps AtlasDetDescr ISF_Event ISF_Interfaces PmbCxxUtils InDetSimEvent LArSimEvent TileSimEvent MuonSimEvent ${GTEST_LIBRARIES} #${GMOCK_LIBRARIES}
ENVIRONMENT "JOBOPTSEARCHPATH=${CMAKE_CURRENT_SOURCE_DIR}/share" )
# Install files from the package:
......
......@@ -40,7 +40,7 @@ use TestTools TestTools-* AtlasTest
apply_pattern UnitTest_run unit_test=CollectionMerger extra_sources=../src/CollectionMerger.cxx
# activate the following lines to compile this package with debug symbols
# enable the following lines to compile this package with debug symbols
#private
#macro cppdebugflags '$(cppdebugflags_s)'
#macro_remove componentshr_linkopts "-Wl,-s"
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