added loaders tests

This commit is contained in:
gabime
2019-12-21 19:25:54 +02:00
parent 28e334c728
commit e13e978af4
6 changed files with 56 additions and 7 deletions

View File

@@ -14,7 +14,8 @@ test_sources = files([
'test_fmt_helper.cpp',
'test_stdout_api.cpp',
'test_backtrace.cpp',
'test_create_dir.cpp'
'test_create_dir.cpp',
'test_cfg.cpp',
])
if not get_option('no_exceptions')