]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - Makefile
Add some regression checks
[postgresql/pg_jsonb_opx] / Makefile
index 1ebceac3ac72a66f904ff750b080c99c49941f2b..eb2fdf8eef79ae1a9eaa73d1eea6d820359432e2 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ DATA_built = jsonb_opx.sql
 OBJS = jsonb_opx.o
 DOCS = README.md
 
+REGRESS = jsonb_opx
+
 PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)