Skip to content

Commit 9e0549e

Browse files
author
Guus Bertens
committed
UnitTests: do not install tests
1 parent 82abcad commit 9e0549e

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
@@ -39,7 +39,6 @@ if get_option('enable-tests')
3939
test_driver = executable(
4040
'test_driver',
4141
unit_test_files,
42-
install : true,
4342
dependencies : [su2_cfd_dep, common_dep, su2_deps, catch2_dep],
4443
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args]
4544
)
@@ -56,7 +55,6 @@ if get_option('enable-tests')
5655
test_driver_AD = executable(
5756
'test_driver_AD',
5857
unit_test_files_ad,
59-
install : true,
6058
dependencies : [su2_cfd_dep_ad, commonAD_dep, su2_deps, codi_dep, catch2_dep],
6159
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_rev_args]
6260
)
@@ -68,7 +66,6 @@ if get_option('enable-tests')
6866
test_driver_DD = executable(
6967
'test_driver_DD',
7068
unit_test_files_dd,
71-
install : true,
7269
dependencies : [su2_cfd_dep_dd, commonDD_dep, su2_deps, codi_dep, catch2_dep],
7370
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args, codi_for_args]
7471
)

0 commit comments

Comments
 (0)