project('libchain', 'c')
subdir('subdir')
e = executable('prog', 'main.c', link_with : lib1, install : true)
test('tst', e)