IAP GITLAB

Skip to content
Snippets Groups Projects
CMakeLists.txt 524 B
Newer Older
ralfulrich's avatar
ralfulrich committed
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
  TestMain.cpp
  testParticles.cpp
  testProcessSequence.cpp
  testRandom.cpp
  testSecondaryView.cpp
  testStackInterface.cpp
  testUnits.cpp
  )

ralfulrich's avatar
ralfulrich committed
CORSIKA_ADD_TEST (testFramework SOURCES ${test_framework_sources})