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:
Ting-Wei Lan 2018-05-04 23:01:43 +08:00 committed by Georges Basile Stavracas Neto
parent ffcd5b15f2
commit 949f8cb227

View file

@ -1,5 +1,7 @@
subdir('common')
subdir('datetime')
subdir('network')
if host_is_linux
subdir('network')
endif
subdir('printers')
subdir('info')