aboutsummaryrefslogtreecommitdiff
path: root/src/test/libpq_encryption/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/libpq_encryption/meson.build')
-rw-r--r--src/test/libpq_encryption/meson.build18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/test/libpq_encryption/meson.build b/src/test/libpq_encryption/meson.build
deleted file mode 100644
index ac1db10d742..00000000000
--- a/src/test/libpq_encryption/meson.build
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (c) 2022-2024, PostgreSQL Global Development Group
-
-tests += {
- 'name': 'libpq_encryption',
- 'sd': meson.current_source_dir(),
- 'bd': meson.current_build_dir(),
- 'tap': {
- 'tests': [
- 't/001_negotiate_encryption.pl',
- ],
- 'env': {
- 'with_ssl': ssl_library,
- 'OPENSSL': openssl.found() ? openssl.path() : '',
- 'with_gssapi': gssapi.found() ? 'yes' : 'no',
- 'with_krb_srvnam': 'postgres',
- },
- },
-}