[glib-networking/enable-openssl-tests: 8/9] Enable openssl tests



commit b7619f2c98f87fd2f90e38de6f47083bb5a603cf
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Fri May 17 15:05:55 2019 +0200

    Enable openssl tests

 tls/tests/meson.build | 5 +----
 1 file changed, 1 insertion(+), 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]