project('c++ test', 'cpp')
exe = executable('trivialprog', 'trivial.cc', extra_files : 'something.txt')
test('runtest', exe)