This commit is contained in:
chatlanin
2025-01-03 10:58:50 +03:00
parent 55917da5ee
commit 67eab0a97f
15 changed files with 523 additions and 34 deletions

View File

@@ -2,4 +2,5 @@ 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))
test('mt', executable('mt', ['mt/max.cpp'], dependencies : dep))