mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:46:25 +00:00
trivial: Do not install the device tests when using -Dtests=false
This commit is contained in:
parent
431dbee65a
commit
90ea3453c3
@ -3,7 +3,10 @@ subdir('pki')
|
|||||||
subdir('remotes.d')
|
subdir('remotes.d')
|
||||||
subdir('bash-completion')
|
subdir('bash-completion')
|
||||||
subdir('fish-completion')
|
subdir('fish-completion')
|
||||||
|
|
||||||
|
if get_option('tests')
|
||||||
subdir('device-tests')
|
subdir('device-tests')
|
||||||
|
endif
|
||||||
|
|
||||||
if build_daemon
|
if build_daemon
|
||||||
subdir('motd')
|
subdir('motd')
|
||||||
|
Loading…
Reference in New Issue
Block a user