IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "Extend current SuperStupidStack to work for first paticle cascade"

3 files
+ 145
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,7 @@ target_link_libraries (
CORSIKAstackinterface
CORSIKAunits
CORSIKAparticles
CORSIKAgeometry
)
target_include_directories (
@@ -27,3 +28,24 @@ install (
DESTINATION
include/${SuperStupidStack_NAMESPACE}
)
# ----------------
# code unit testing
add_executable (
testSuperStupidStack
testSuperStupidStack.cc
)
target_link_libraries (
testSuperStupidStack
# CORSIKAutls
ProcessStackInspector
CORSIKAgeometry
CORSIKAunits
CORSIKAthirdparty # for catch2
)
add_test (
NAME testSuperStupidStack
COMMAND testSuperStupidStack
)
Loading