Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 958aa43

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

File tree

1 file changed

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

1 file changed

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

33
export with_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
ifdef USE_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)