The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
220 B

# Comment on the first line
project('trivial test', 'c', meson_version : '>=0.27.0')
#this is a comment
sources = 'trivial.c'
exe = executable('trivialprog', sources : sources)
test('runtest', exe) # This is a comment