Skip to content

Commit

Permalink
UnitTests: do not install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guus Bertens committed Dec 6, 2024
1 parent 446cc6e commit ea4e1d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UnitTests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ if get_option('enable-tests')
test_driver = executable(
'test_driver',
unit_test_files,
install : true,
dependencies : [su2_cfd_dep, common_dep, su2_deps, catch2_dep],
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args]
)
Expand All @@ -57,7 +56,6 @@ if get_option('enable-tests')
test_driver_AD = executable(
'test_driver_AD',
unit_test_files_ad,
install : true,
dependencies : [su2_cfd_dep_ad, commonAD_dep, su2_deps, codi_dep, catch2_dep],
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_rev_args]
)
Expand All @@ -69,7 +67,6 @@ if get_option('enable-tests')
test_driver_DD = executable(
'test_driver_DD',
unit_test_files_dd,
install : true,
dependencies : [su2_cfd_dep_dd, commonDD_dep, su2_deps, codi_dep, catch2_dep],
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_for_args]
)
Expand Down

0 comments on commit ea4e1d6

Please sign in to comment.