summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-11 14:30:28 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-11 17:25:02 +0200
commitad5dced6023f0ffb0f89ab3be5b29dd7bf25201e (patch)
tree1eb295bc45c1ca116222545062027033aea7b0b3
parent7a276be9dd432c295cfc74bf5774d645bd376263 (diff)
downloadNetworkManager-ad5dced6023f0ffb0f89ab3be5b29dd7bf25201e.tar.gz
build: meson: enable all tests again
Some tests were disabled because they failed when run in parallel. Now that we use the wrapper script they succeed and can be enabled again.
-rw-r--r--libnm-glib/tests/meson.build5
-rw-r--r--libnm/tests/meson.build7
2 files changed, 5 insertions, 7 deletions
diff --git a/libnm-glib/tests/meson.build b/libnm-glib/tests/meson.build
index 954cccb8cf..d6f872b9a0 100644
--- a/libnm-glib/tests/meson.build
+++ b/libnm-glib/tests/meson.build
@@ -7,9 +7,8 @@ deps = [
]
test_units = [
- # FIXME: these tests currently fail
- #'test-nm-client',
- #'test-remote-settings-client'
+ 'test-nm-client',
+ 'test-remote-settings-client'
]
foreach test_unit: test_units
diff --git a/libnm/tests/meson.build b/libnm/tests/meson.build
index 731fd88313..d5f7953d15 100644
--- a/libnm/tests/meson.build
+++ b/libnm/tests/meson.build
@@ -1,9 +1,8 @@
test_units = [
['test-general', shared_utils, [libnm_utils]],
- # FIXME: these tests fails usually
- #['test-nm-client', shared_test_utils, []],
- #['test-remote-settings-client', shared_test_utils, []],
- #['test-secret-agent', shared_test_utils, []]
+ ['test-nm-client', shared_test_utils, []],
+ ['test-remote-settings-client', shared_test_utils, []],
+ ['test-secret-agent', shared_test_utils, []]
]
deps = [