blob: 1704f174d08e11015794103cb1710044b802619a [file] [log] [blame]
Ben Tyner9ae5ca42020-02-28 13:13:50 -06001# end2end code exerciser for experiment and testing
2subdir('end2end')
3
Zane Shelley248cbf82019-05-03 17:07:18 -05004tests = [
5 'hello-world',
6]
7
8foreach t : tests
9 test(t, executable(t.underscorify(), t + '.cpp'))
10endforeach