trivial: Do not install the device tests when using -Dtests=false

This commit is contained in:
Richard Hughes 2021-09-24 10:04:43 +01:00 committed by Mario Limonciello
parent 431dbee65a
commit 90ea3453c3

View File

@ -3,7 +3,10 @@ subdir('pki')
subdir('remotes.d')
subdir('bash-completion')
subdir('fish-completion')
if get_option('tests')
subdir('device-tests')
endif
if build_daemon
subdir('motd')