[glib-networking/mcatanzaro/pkcs11-revert: 2/2] tests: clean up build
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/pkcs11-revert: 2/2] tests: clean up build
- Date: Fri, 31 Jan 2020 14:52:31 +0000 (UTC)
commit 16e5f8c5c25b35c988be115a5ec98fef4253dcb7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Jan 31 08:50:54 2020 -0600
tests: clean up build
tls/tests/meson.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index 8d8bb71..4a172b6 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -26,11 +26,11 @@ if enable_installed_tests
endif
test_programs = [
- ['certificate', [], deps, []],
- ['file-database', [], deps, []],
- ['connection', ['mock-interaction.c'], deps, []],
+ ['certificate', [], deps],
+ ['file-database', [], deps],
+ ['connection', ['mock-interaction.c'], deps],
# DTLS tests are disabled until we fix https://gitlab.gnome.org/GNOME/glib-networking/issues/49
-# ['dtls-connection', ['mock-interaction.c'], deps, []],
+# ['dtls-connection', ['mock-interaction.c'], deps],
]
foreach backend: backends
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]