IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d649aa89 authored by Hans Dembinski's avatar Hans Dembinski
Browse files

fix the remaining tests

parent 0ec1b8c9
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,7 @@ install (
# --------------------
# code unit testing
#add_executable (testNullModel testNullModel.cc)
#CORSIKA_ADD_TEST (testNullModel testNullModel.cc)
#target_link_libraries (
# testNullModel ProcessNullModel
# CORSIKAsetup
......@@ -61,5 +60,4 @@ install (
# CORSIKAunits
# CORSIKAthirdparty # for catch2
# )
# CORSIKA_ADD_TEST(testNullModel)
......@@ -51,14 +51,12 @@ install (
# --------------------
# code unit testing
#~ add_executable (ProcessHadronicElasticModel testProcessHadronicElasticModel.cc)
#~ target_link_libraries (
#~ testProcessHadronicElasticModel
#~ ProcessHadronicElasticModel
#~ CORSIKAsetup
#~ CORSIKAgeometry
#~ CORSIKAunits
#~ CORSIKAthirdparty # for catch2
#~ )
#~ CORSIKA_ADD_TEST(testNullModel)
# CORSIKA_ADD_TEST (testProcessHadronicElasticModel)
# target_link_libraries (
# testProcessHadronicElasticModel
# ProcessHadronicElasticModel
# CORSIKAsetup
# CORSIKAgeometry
# CORSIKAunits
# CORSIKAthirdparty # for catch2
# )
......@@ -38,8 +38,7 @@ install (FILES ${MODEL_HEADERS} DESTINATION include/${MODEL_NAMESPACE})
# --------------------
# code unit testing
add_executable (testSwitchProcess testSwitchProcess.cc)
CORSIKA_ADD_TEST(testSwitchProcess)
target_link_libraries (
testSwitchProcess
ProcessSwitch
......@@ -47,4 +46,3 @@ target_link_libraries (
CORSIKAthirdparty # for catch2
)
CORSIKA_ADD_TEST(testSwitchProcess)
......@@ -51,8 +51,7 @@ install (
# --------------------
# code unit testing
#add_executable (testNullModel testNullModel.cc)
# CORSIKA_ADD_TEST(testNullModel)
#target_link_libraries (
# testNullModel ProcessNullModel
# CORSIKAsetup
......@@ -60,5 +59,4 @@ install (
# CORSIKAunits
# CORSIKAthirdparty # for catch2
# )
# CORSIKA_ADD_TEST(testNullModel)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment