xref: /Universal-ctags/Units/parser-meson.r/simple-meson.d/input-2.meson (revision 0cf77973e7bfb2caf7c64fd85317337f51a8a750)
1# Taken from https://mesonbuild.com/IndepthTutorial.html
2testexe = executable('testexe', 'footest.cpp',
3                     include_directories : inc,
4                     link_with : foolib)
5test('foolib test', testexe)
6'''
7testexe3 = executable('testexe2', 'footest2.cpp',
8                     include_directories : inc,
9                     link_with : foolib)
10test('foolib test2', testexe)
11'''
12