1234567 |
- project('gaming core tests', 'cpp')
- sources = ['Main.cpp', 'tests/Test.cpp', 'tests/HashMapTests.cpp', 'tests/ListTests.cpp', 'tests/BitArrayTests.cpp', 'tests/StringBufferTests.cpp']
- executable('tests',
- sources: sources,
- cpp_args: ['-Wall', '-Wextra', '-pedantic', '-Werror'])
|