mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
passwordcheck: Add test suite
Also improve one error message. Reviewed-by: David Steele <david@pgmasters.net>
This commit is contained in:
@ -8,6 +8,11 @@ PGFILEDESC = "passwordcheck - strengthen user password checks"
|
||||
# PG_CPPFLAGS = -DUSE_CRACKLIB '-DCRACKLIB_DICTPATH="/usr/lib/cracklib_dict"'
|
||||
# SHLIB_LINK = -lcrack
|
||||
|
||||
REGRESS_OPTS = --temp-config $(srcdir)/passwordcheck.conf
|
||||
REGRESS = passwordcheck
|
||||
# disabled because these tests require setting shared_preload_libraries
|
||||
NO_INSTALLCHECK = 1
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
Reference in New Issue
Block a user