aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/35 dist script/meson.build
blob: fd672a9b898323b233dc168fb46e7e3746fa6a55 (plain)
1
2
3
4
5
6
7
project('dist script', 'c',
  version : '1.0.0')

exe = executable('comparer', 'prog.c')
test('compare', exe)

meson.add_dist_script('replacer.py', '"incorrect"', '"correct"')