Skip to content

Commit

Permalink
run GM2Calc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 28, 2018
1 parent 3c75ddd commit 7380ffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/GM2Calc/CMakeLists.txt
@@ -1,4 +1,6 @@
if(ENABLE_GM2Calc)
set(WITH_GM2Calc 1 CACHE INTERNAL WITH_GM2Calc)

add_library(GM2Calc
ffunctions.cpp
gm2_1loop.cpp
Expand Down
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Expand Up @@ -61,3 +61,8 @@ add_flexiblesusy_bin_test(test_threshold_loop_functions)
add_flexiblesusy_bin_test(test_spectrum_generator_settings)
add_flexiblesusy_bin_test(test_which)
add_flexiblesusy_bin_test(test_wrappers)

if(WITH_GM2Calc)
add_flexiblesusy_bin_test(test_gm2calc)
add_flexiblesusy_bin_test(test_MSSMNoFV_onshell)
endif()

0 comments on commit 7380ffc

Please sign in to comment.