gnome-control-center/tests/meson.build
Ting-Wei Lan 949f8cb227 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.
2018-05-12 04:03:45 +00:00

7 lines
113 B
Meson

subdir('common')
subdir('datetime')
if host_is_linux
subdir('network')
endif
subdir('printers')
subdir('info')