mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
fuzzystrmatch: Add test suite
Reviewed-by: David Steele <david@pgmasters.net>
This commit is contained in:
@ -8,6 +8,8 @@ DATA = fuzzystrmatch--1.1.sql fuzzystrmatch--1.0--1.1.sql \
|
||||
fuzzystrmatch--unpackaged--1.0.sql
|
||||
PGFILEDESC = "fuzzystrmatch - similarities and distance between strings"
|
||||
|
||||
REGRESS = fuzzystrmatch
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
Reference in New Issue
Block a user