Skip to content

Commit

Permalink
do not build catch2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jun 21, 2024
1 parent 7eb41b4 commit b96925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subdir('themachinethatgoesping')

# -- catch2 tests --
if get_option('build_tests').enabled()
catch2 = subproject('catch2')
catch2 = subproject('catch2', default_options: ['tests=false'])
catch2 = catch2.get_variable('catch2_with_main_dep')

subdir('tests')
Expand Down

0 comments on commit b96925a

Please sign in to comment.