Update catch2
This commit is contained in:
parent
4d904ac689
commit
cc129eb4e2
2 changed files with 3 additions and 2 deletions
|
@ -3,4 +3,5 @@ revision = b5373dadca40b7edc8570cf9470b9b1cb1934d40
|
|||
url = https://github.com/catchorg/Catch2.git
|
||||
|
||||
[provide]
|
||||
Catch2 = catch2_with_main_dep
|
||||
catch2-with-main = catch2_with_main_dep
|
||||
Catch2 = catch2_dep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
catch2_dep = dependency('Catch2', version: '>=3.5.2')
|
||||
catch2_dep = dependency('catch2-with-main', version: '>=3.5.2')
|
||||
|
||||
unit_test_prog = executable(meson.project_name(),
|
||||
'int_conv_test.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue