1tests = [
2  'hello-world',
3]
4
5foreach t : tests
6  test(t, executable(t.underscorify(), t + '.cpp'))
7endforeach
8