mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +08:00
Fixed #1295
This commit is contained in:
parent
3f30000088
commit
bb1b24c178
@ -5,16 +5,16 @@ test_sources = files([
|
|||||||
'test_misc.cpp',
|
'test_misc.cpp',
|
||||||
'test_pattern_formatter.cpp',
|
'test_pattern_formatter.cpp',
|
||||||
'test_async.cpp',
|
'test_async.cpp',
|
||||||
'includes.h',
|
|
||||||
'test_registry.cpp',
|
'test_registry.cpp',
|
||||||
'test_macros.cpp',
|
'test_macros.cpp',
|
||||||
'utils.cpp',
|
'utils.cpp',
|
||||||
'main.cpp',
|
'main.cpp',
|
||||||
'test_mpmc_q.cpp',
|
'test_mpmc_q.cpp',
|
||||||
|
'test_dup_filter.cpp',
|
||||||
'test_fmt_helper.cpp',
|
'test_fmt_helper.cpp',
|
||||||
'test_stdout_api.cpp',
|
'test_stdout_api.cpp',
|
||||||
'test_dup_filter.cpp',
|
'test_backtrace.cpp',
|
||||||
'test_backtrace.cpp'
|
'test_create_dir.cpp'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
@ -46,5 +46,5 @@ test_matrix = [
|
|||||||
|
|
||||||
foreach i : test_matrix
|
foreach i : test_matrix
|
||||||
test_exe = executable(i[0], test_sources, dependencies: global_test_deps + [i[1]])
|
test_exe = executable(i[0], test_sources, dependencies: global_test_deps + [i[1]])
|
||||||
test('test_' + i[0], test_exe)
|
test('test_' + i[0], test_exe, is_parallel : false)
|
||||||
endforeach
|
endforeach
|
||||||
|
Loading…
Reference in New Issue
Block a user