1 2 3
project('c++ test', 'c++') exe = executable('trivialprog', 'trivial.cc') add_test('runtest', exe)