mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
6fff9a7475
"contrib/tablefunc/tablefunc-test.sql", and adds a standard regression test suite to contrib/tablefunc. Joe Conway
11 lines
233 B
Makefile
11 lines
233 B
Makefile
subdir = contrib/tablefunc
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = tablefunc
|
|
DATA_built = tablefunc.sql
|
|
DOCS = README.tablefunc
|
|
REGRESS = tablefunc
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|