summaryrefslogtreecommitdiff
path: root/test cases/common/22 header in file list/meson.build
blob: 09c302c69c1ae1ada2f1c39dc2b482ccbc028b43 (plain)
1
2
3
4
project('header in file list', 'c')

exe = executable('prog', 'prog.c', 'header.h')
add_test('basic', exe)