blob: 76aa3542ad4ba22983042c952adac9d2ef1b8927 [file] [log] [blame]
Zane Shelley248cbf82019-05-03 17:07:18 -05001tests = [
2 'hello-world',
3]
4
5foreach t : tests
6 test(t, executable(t.underscorify(), t + '.cpp'))
7endforeach