summaryrefslogtreecommitdiff
path: root/scripts/meson.build
blob: 342972e660783cfc15c34642c1afce5934f7b9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
scripts = [
	'code_cov_capture',
	'code_cov_gather_on_build',
	'code_cov_gather_on_test',
	'code_cov_gen_report',
	'code_cov_parse_info',
]

if build_tests
	foreach prog : scripts
		install_data(prog, install_dir : bindir, install_mode : 'r-xr-xr-x')
	endforeach
endif