mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test: Install files required to run integration tests standalone
Let's make it possible to run the integration tests without requiring the sources by installing the mkosi and integration-tests directories.
This commit is contained in:
@@ -2692,6 +2692,13 @@ if mkosi.found()
|
||||
)
|
||||
endif
|
||||
|
||||
if install_tests
|
||||
install_subdir('mkosi',
|
||||
install_dir : testsdir,
|
||||
exclude_files : ['mkosi.local.conf', 'mkosi.key', 'mkosi.crt'],
|
||||
exclude_directories : ['mkosi.local'])
|
||||
endif
|
||||
|
||||
############################################################
|
||||
|
||||
subdir('rules.d')
|
||||
|
||||
Reference in New Issue
Block a user