Functions | |
set (cpp_files TestIntegration.cpp testRunner.cpp) set(TestThingProducer_sources ThingProducer.cc ThingAlgorithm.cc) set(TestHistProducer_sources ThingProducer.cc ThingAlgorithm.cc) set(exe_list TestIntegrationEventHistory TestIntegrationRef TestIntegrationTransRef TestIntegrationGeneratedSource TestIntegrationExternalSource TestIntegrationRawSource TestIntegrationEventSetup TestIntegrationHierarchyExample TestIntegrationServiceExample TestIntegrationView TestIntegrationSeriesOfProcesses TestIntegrationUnscheduledFailOnOutput TestIntegrationParentless TestIntegrationRunMerge TestIntegrationParameterSet CatchStdExceptiontest CatchCmsExceptiontest) link_libraries(art_Framework_Core art_Framework_PluginManager art_Utilities canvas $ | |
add_library (TestThingProducer SHARED ${TestThingProducer_sources}) add_library(TestHistProducer SHARED $ | |
foreach (ename ${exe_list}) add_executable($ | |
TestIntegration cpp | add_test (NAME ${ename}COMMAND ${ename}) endforeach(file $ |
add_library | ( | TestThingProducer SHARED ${TestThingProducer_sources} | ) |
Definition at line 30 of file CMakeLists.txt.
TestIntegration cpp add_test | ( | NAME ${ename}COMMAND ${ename} | ) |
Definition at line 35 of file CMakeLists.txt.
foreach | ( | ename ${exe_list} | ) |
Definition at line 33 of file CMakeLists.txt.
set | ( | cpp_files TestIntegration.cpp testRunner. | cpp | ) |
Definition at line 1 of file CMakeLists.txt.