build: Install the tests

Installing the tests will let downstream distributors like Fedora run
them as part of their build and CI systems.

https://github.com/containers/toolbox/pull/511
This commit is contained in:
Ondřej Míchal 2020-07-23 17:17:38 +02:00 committed by Debarshi Ray
parent 6eba08ff9e
commit f246d20fa6

View file

@ -28,6 +28,11 @@ if bash_completion.found()
)
endif
install_subdir(
'test',
install_dir: join_paths(get_option('datadir'), meson.project_name())
)
subdir('data')
subdir('doc')
subdir('profile.d')