blob: 1704f174d08e11015794103cb1710044b802619a [file] [log] [blame]
# end2end code exerciser for experiment and testing
subdir('end2end')
tests = [
'hello-world',
]
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp'))
endforeach