[gnome-control-center/wip/lantw/disable-network-test-on-non-linux: 4/4] tests/network: Disable on non-Linux systems
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/lantw/disable-network-test-on-non-linux: 4/4] tests/network: Disable on non-Linux systems
- Date: Sat, 12 May 2018 04:04:32 +0000 (UTC)
commit 949f8cb22733dbec21a607a64d8ce3deb76d5de9
Author: Ting-Wei Lan <lantw src gnome org>
Date: Fri May 4 23:01:43 2018 +0800
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.
tests/meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 41adee9e1..33b460148 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,5 +1,7 @@
subdir('common')
subdir('datetime')
-subdir('network')
+if host_is_linux
+ subdir('network')
+endif
subdir('printers')
subdir('info')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]