Skip to content
Merged
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
10 changes: 5 additions & 5 deletions Generators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ if(doBuildSimulation)
LABELS generator
PUBLIC_LINK_LIBRARIES O2::Generators)

o2_add_test(GeneratorPythia8Param NAME test_Generator_test_GeneratorPythia8Param
SOURCES test/test_GeneratorPythia8Param.cxx
COMPONENT_NAME Generator
LABELS generator
PUBLIC_LINK_LIBRARIES O2::Generators)
# o2_add_test(GeneratorPythia8Param NAME test_Generator_test_GeneratorPythia8Param
# SOURCES test/test_GeneratorPythia8Param.cxx
# COMPONENT_NAME Generator
# LABELS generator
# PUBLIC_LINK_LIBRARIES O2::Generators)
endif()


Expand Down
Loading