Add unit test for common/buf.c

This commit is contained in:
Johan Malm 2023-09-23 15:07:25 +01:00 committed by Consolatis
parent 5ae9eed1ac
commit a368bbee6a
6 changed files with 126 additions and 3 deletions

View file

@ -3,3 +3,4 @@ option('xwayland', type: 'feature', value: 'auto', description: 'Enable support
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
option('test', type: 'feature', value: 'disabled', description: 'Run tests')