blob: 76aa3542ad4ba22983042c952adac9d2ef1b8927 [file] [log] [blame]
tests = [
'hello-world',
]
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp'))
endforeach