Threads tests WIP

This commit is contained in:
Ben Jackson 2020-11-16 22:21:13 +00:00
commit e2ca9b5318
5 changed files with 109 additions and 1 deletions

View file

@ -2,6 +2,7 @@ def Settings( **kwargs ):
return {
'flags': [
'-x', 'c++',
'-std=c++17',
'-Wextra', '-Werror', '-Wall'
]
}