run v2
This commit is contained in:
12
tests/meson.build
Executable file → Normal file
12
tests/meson.build
Executable file → Normal file
@@ -1,7 +1,5 @@
|
||||
executable(
|
||||
meson.project_name(),
|
||||
'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args,
|
||||
include_directories : inc
|
||||
)
|
||||
catch2_with_main_dep = dependency('catch2-with-main')
|
||||
dep = [hack_dep, catch2_with_main_dep]
|
||||
|
||||
test('patterns', executable('patterns', ['patterns/ring_buffer.cpp'], dependencies : dep))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user