summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/Makefile
diff options
context:
space:
mode:
authorBruce Momjian2002-09-12 00:14:40 +0000
committerBruce Momjian2002-09-12 00:14:40 +0000
commit6fff9a7475f6ff26145e58dfeb91f0721e564b80 (patch)
tree5f4988aa2c079df086c69f587ebb7674bb9cf97c /contrib/tablefunc/Makefile
parent6309033b16c9c009543c87c150bc52a4727dda40 (diff)
The attached removes the current non-standard file
"contrib/tablefunc/tablefunc-test.sql", and adds a standard regression test suite to contrib/tablefunc. Joe Conway
Diffstat (limited to 'contrib/tablefunc/Makefile')
-rw-r--r--contrib/tablefunc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
index 0f9c5402dc..9c7381743f 100644
--- a/contrib/tablefunc/Makefile
+++ b/contrib/tablefunc/Makefile
@@ -5,5 +5,6 @@ include $(top_builddir)/src/Makefile.global
MODULES = tablefunc
DATA_built = tablefunc.sql
DOCS = README.tablefunc
+REGRESS = tablefunc
include $(top_srcdir)/contrib/contrib-global.mk