test(tests): brought testing framework for logging from SERiF

This commit is contained in:
2025-06-21 08:17:56 -04:00
parent 94cf00f9e0
commit dcfab05961
5 changed files with 129 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ project('liblogging', 'cpp', version: '0.0.1a', default_options: ['cpp_std=c++23
add_project_arguments('-fvisibility=default', language: 'cpp')
subdir('build-config')
subdir('src')
subdir('tests')
pkg = import('pkgconfig')
pkg.generate(