Add unit test

This commit is contained in:
King_DuckZ 2025-04-07 22:56:52 +01:00
commit 3f10b30efc
7 changed files with 161 additions and 0 deletions

View file

@ -1 +1,2 @@
option('build_tools', type: 'boolean', value: true, description: 'Enable or disable building the cli tools')
option('build_testing', type: 'boolean', value: true, description: 'Enable or disable building of automated test programs')