Add some unittests

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-03-18 22:34:59 +00:00
parent 2cefefb531
commit aa37c4f4ca
5 changed files with 59 additions and 2 deletions

View File

@@ -12,3 +12,5 @@ option('xrescheck', type: 'boolean', value: false, description: 'Enable X resour
option('build_docs', type: 'boolean', value: false, description: 'Build documentation and man pages')
option('modularize', type: 'boolean', value: false, description: 'Build with clang\'s module system')
option('unittest', type: 'boolean', value: false, description: 'Enable unittests in the code')