aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/104 postconf with args/meson.build
blob: 8510c5b81c51340b398f06a919007d1748e8274a (plain)
1
2
3
4
5
project('postconf script', 'c')

meson.add_postconf_script('postconf.py', '5', '33')

test('post', executable('prog', 'prog.c'))