blob: bb9e434c9ab17d1c60492c2b3073133c5fbb3d10 [file]
project('simple', 'c')
exe = executable('hello', 'main.c')
test('simple_test', exe)