summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2019-05-17 15:05:55 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2019-05-24 12:04:12 +0200
commit21119be720badcde63dd650fa1ebb77f829c76ee (patch)
tree9c0d3952ea96fe751caca455b11d8880f994ff24
parent2b6503c603cca3e37e70a58cd3d1b778a4e45468 (diff)
downloadglib-networking-21119be720badcde63dd650fa1ebb77f829c76ee.tar.gz
Enable openssl tests
-rw-r--r--tls/tests/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index df9dba4..2f197b5 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -70,10 +70,7 @@ foreach backend: backends
'GIO_MODULE_DIR=' + join_paths(meson.build_root(), 'tls', backend)
]
- # OpenSSL tests are disabled until we fix https://gitlab.gnome.org/GNOME/glib-networking/issues/54
- if backend != 'openssl'
- test(program_name, exe, env: test_envs)
- endif
+ test(program_name, exe, env: test_envs)
endif
endforeach
endforeach