IAP GITLAB

Skip to content
Snippets Groups Projects
Forked from Air Shower Physics / corsika
2140 commits behind the upstream repository.
CMakeLists.txt 526 B

set (test_framework_sources  
  # testCascade.cpp this is most important, but whole content of former Processes folder missing yet
  testCombinedStack.cpp
  testCOMBoost.cpp
  #testCorsikaFenv.cpp # does not work because of use of exceptions in catch2
  testFourVector.cpp
  testGeometry.cpp
  testLogging.cpp
  TestMain.cpp
  testParticles.cpp
  testProcessSequence.cpp
  testRandom.cpp
  testSecondaryView.cpp
  testStackInterface.cpp
  testUnits.cpp
  )

CORSIKA_ADD_TEST (testFramework SOURCES ${test_framework_sources})