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:
parent
6eba08ff9e
commit
f246d20fa6
1 changed files with 5 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue