diff options
| author | Bruce Momjian | 2002-09-12 00:14:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-09-12 00:14:40 +0000 |
| commit | 6fff9a7475f6ff26145e58dfeb91f0721e564b80 (patch) | |
| tree | 5f4988aa2c079df086c69f587ebb7674bb9cf97c /contrib/tablefunc/Makefile | |
| parent | 6309033b16c9c009543c87c150bc52a4727dda40 (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/Makefile | 1 |
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 |
