summaryrefslogtreecommitdiff
path: root/contrib/lo/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut2017-08-12 01:04:04 +0000
committerPeter Eisentraut2017-09-15 02:22:59 +0000
commit4cb89d830626d009ed6a4482bed3a141c5039a7c (patch)
tree01f869883d291127313c415f83862ee99fed1261 /contrib/lo/Makefile
parent6141123a827a47d02b8b6c8eb97643c33aa4461d (diff)
lo: Add test suite
Reviewed-by: David Steele <david@pgmasters.net>
Diffstat (limited to 'contrib/lo/Makefile')
-rw-r--r--contrib/lo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile
index 71f0cb0d249..bd4fd6b72dd 100644
--- a/contrib/lo/Makefile
+++ b/contrib/lo/Makefile
@@ -6,6 +6,8 @@ EXTENSION = lo
DATA = lo--1.1.sql lo--1.0--1.1.sql lo--unpackaged--1.0.sql
PGFILEDESC = "lo - management for large objects"
+REGRESS = lo
+
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)