tests/network: Disable on non-Linux systems
NetworkManager is only available on Linux, so we cannot build or run the network test on non-Linux systems.
This commit is contained in:
parent
ffcd5b15f2
commit
949f8cb227
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
subdir('common')
|
||||
subdir('datetime')
|
||||
subdir('network')
|
||||
if host_is_linux
|
||||
subdir('network')
|
||||
endif
|
||||
subdir('printers')
|
||||
subdir('info')
|
||||
|
|
Loading…
Add table
Reference in a new issue