parent
aa230b1741
commit
a7ce2fb68d
2 changed files with 4 additions and 3 deletions
@ -1,7 +1,8 @@ |
||||
# Comment on the first line |
||||
project('trivial test', 'c') |
||||
|
||||
#this is a comment |
||||
sources = 'trivial.c' |
||||
|
||||
exe = executable('trivialprog', sources : sources) |
||||
|
||||
add_test('runtest', exe) |
||||
add_test('runtest', exe) # This is a comment |
||||
|
Loading…
Reference in new issue