Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit958aa43

Browse files
committed
Further fixes for ssl_passphrase_callback test module.
The Makefile should set TAP_TESTS = 1, not implement the infrastructurefor itself. For one thing, it missed the appropriate "make clean"steps. For another, the buildfarm isn't running this test becauseit wasn't hooked into "make installcheck" either.
1 parente984fb3 commit958aa43

File tree

1 file changed

+3
-7
lines changed
  • src/test/modules/ssl_passphrase_callback

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
#ssl_passphrase Makefile
1+
#ssl_passphrase_callback Makefile
22

33
exportwith_openssl
44

55
MODULE_big = ssl_passphrase_func
66
OBJS = ssl_passphrase_func.o$(WIN32RES)
77
PGFILEDESC = "callback function to provide a passphrase"
88

9+
TAP_TESTS = 1
10+
911
ifdefUSE_PGXS
1012
PG_CONFIG = pg_config
1113
PGXS :=$(shell$(PG_CONFIG) --pgxs)
@@ -18,9 +20,3 @@ include $(top_srcdir)/contrib/contrib-global.mk
1820
endif
1921

2022
SHLIB_LINK +=$(filter -lssl -lcrypto -lssleay32 -leay32,$(LIBS))
21-
22-
check: prove-check
23-
24-
prove-check: ssl_passphrase_func$(DLSUFFIX) | temp-install
25-
@echo running prove ...
26-
$(prove_check)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp