hack/tests/meson.build

7 lines
251 B
Meson
Raw Normal View History

2025-01-03 10:25:22 +03:00
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))
2025-01-03 10:58:50 +03:00
test('mt', executable('mt', ['mt/max.cpp'], dependencies : dep))
2025-01-03 10:25:22 +03:00