Skip to content

Commit ea4e1d6

Browse files
author
Guus Bertens
committed
UnitTests: do not install tests
1 parent 446cc6e commit ea4e1d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

UnitTests/meson.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ if get_option('enable-tests')
4040
test_driver = executable(
4141
'test_driver',
4242
unit_test_files,
43-
install : true,
4443
dependencies : [su2_cfd_dep, common_dep, su2_deps, catch2_dep],
4544
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args]
4645
)
@@ -57,7 +56,6 @@ if get_option('enable-tests')
5756
test_driver_AD = executable(
5857
'test_driver_AD',
5958
unit_test_files_ad,
60-
install : true,
6159
dependencies : [su2_cfd_dep_ad, commonAD_dep, su2_deps, codi_dep, catch2_dep],
6260
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_rev_args]
6361
)
@@ -69,7 +67,6 @@ if get_option('enable-tests')
6967
test_driver_DD = executable(
7068
'test_driver_DD',
7169
unit_test_files_dd,
72-
install : true,
7370
dependencies : [su2_cfd_dep_dd, commonDD_dep, su2_deps, codi_dep, catch2_dep],
7471
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_for_args]
7572
)

0 commit comments

Comments
 (0)