summaryrefslogtreecommitdiffstats
path: root/test cases/common/99 postconf/meson.build
blob: 12b3c5bfe855dadfcfc7d7e7e04c442930d89414 (plain)
1
2
3
4
5
project('postconf script', 'c')

meson.add_postconf_script('postconf.py')

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