Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 26 additions & 25 deletions test/ArtServices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,34 @@ cet_test(test_Geometry SOURCE test_Geometry.cxx
cetlib::cetlib cetlib_except::cetlib_except
)

cet_test(test_DetectorClocksService SOURCE test_DetectorClocksService.cxx
LIBRARIES
dunecore::ArtSupport
lardata::Utilities
art::Framework_Services_Registry
ROOT::Core
cetlib::cetlib cetlib_except::cetlib_except
)
# disable tests that depend on LegacyLArG4
#cet_test(test_DetectorClocksService SOURCE test_DetectorClocksService.cxx
# LIBRARIES
# dunecore::ArtSupport
# lardata::Utilities
# art::Framework_Services_Registry
# ROOT::Core
# cetlib::cetlib cetlib_except::cetlib_except
#)

cet_test(test_DetectorProperties SOURCE test_DetectorProperties.cxx
LIBRARIES
dunecore::ArtSupport
lardata::Utilities
art::Framework_Services_Registry
lardataalg::DetectorInfo
ROOT::Core
cetlib::cetlib cetlib_except::cetlib_except
)
#cet_test(test_DetectorProperties SOURCE test_DetectorProperties.cxx
# LIBRARIES
# dunecore::ArtSupport
# lardata::Utilities
# art::Framework_Services_Registry
# lardataalg::DetectorInfo
# ROOT::Core
# cetlib::cetlib cetlib_except::cetlib_except
#)

cet_test(test_LArProperties SOURCE test_LArProperties.cxx
LIBRARIES
dunecore::ArtSupport
lardata::Utilities
art::Framework_Services_Registry
ROOT::Core
cetlib::cetlib cetlib_except::cetlib_except
)
#cet_test(test_LArProperties SOURCE test_LArProperties.cxx
# LIBRARIES
# dunecore::ArtSupport
# lardata::Utilities
# art::Framework_Services_Registry
# ROOT::Core
# cetlib::cetlib cetlib_except::cetlib_except
#)

cet_test(test_LArSeedService SOURCE test_LArSeedService.cxx
LIBRARIES
Expand Down
11 changes: 6 additions & 5 deletions test/OpDet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
TEST_ARGS --rethrow-all --config ./test_optical_reco_dune35t.fcl
)

cet_test(build_oplib_dune35t HANDBUILT
DATAFILES test_build_oplib_dune35t.fcl
TEST_EXEC lar
TEST_ARGS --rethrow-all --config ./test_build_oplib_dune35t.fcl
)
# references legacylarg4
# cet_test(build_oplib_dune35t HANDBUILT
# DATAFILES test_build_oplib_dune35t.fcl
# TEST_EXEC lar
# TEST_ARGS --rethrow-all --config ./test_build_oplib_dune35t.fcl
# )
endif()
133 changes: 0 additions & 133 deletions test/OpDet/test_build_oplib_dune35t.fcl

This file was deleted.