1project('postconf script', 'c')
2
3meson.add_postconf_script('postconf.py')
4
5test('post', executable('prog', 'prog.c'))
6