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-12 09:21:10 +0200
commit0c39a02ce0d7a1acffd529cd86726e6438dd5c51 (patch)
tree78dd7f674a86d176d8c616e648dca2631ba0c0ec
parent0dace9b52a4bdaa11fa9ff57be25932361676f31 (diff)
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 954cccb8c..d6f872b9a 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 731fd8831..d5f7953d1 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 = [