test: add build configs for catch2

This commit is contained in:
Aleksei Bavshin
2021-08-13 18:33:24 -07:00
parent 1f16d7955d
commit 6eba62f060
5 changed files with 47 additions and 0 deletions

View File

@ -10,3 +10,4 @@ option('mpd', type: 'feature', value: 'auto', description: 'Enable support for t
option('gtk-layer-shell', type: 'feature', value: 'auto', description: 'Use gtk-layer-shell library for popups support')
option('rfkill', type: 'feature', value: 'auto', description: 'Enable support for RFKILL')
option('sndio', type: 'feature', value: 'auto', description: 'Enable support for sndio')
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')