Now fully off catch2. YAY!
This commit is contained in:
parent
903cf00661
commit
21e7700deb
16 changed files with 610 additions and 498 deletions
|
|
@ -59,7 +59,6 @@ elif build_machine.system() == 'darwin'
|
|||
]
|
||||
endif
|
||||
|
||||
catch2 = subproject('catch2').get_variable('catch2_with_main_dep')
|
||||
fuc2 = subproject('fuc2').get_variable('fuc2_dep')
|
||||
fmt = subproject('fmt').get_variable('fmt_dep')
|
||||
json = subproject('nlohmann_json').get_variable('nlohmann_json_dep')
|
||||
|
|
@ -108,13 +107,6 @@ caster_dep = declare_dependency(
|
|||
|
||||
dependencies += [ caster_dep ]
|
||||
|
||||
executable('runtests', sources + tests,
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
include_directories: inc_dirs,
|
||||
override_options: exe_defaults,
|
||||
dependencies: dependencies + [catch2])
|
||||
|
||||
executable('fuc2it', sources + fuc2_tests,
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue