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.
This commit is contained in:
Beniamino Galvani 2018-04-11 14:30:28 +02:00
parent 0dace9b52a
commit 0c39a02ce0
2 changed files with 5 additions and 7 deletions

View file

@ -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

View file

@ -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 = [