summaryrefslogtreecommitdiff
path: root/libnm-glib
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 /libnm-glib
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.
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/tests/meson.build5
1 files changed, 2 insertions, 3 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