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