From: glyn Date: Mon, 16 Feb 2015 18:28:50 +0000 (+0000) Subject: Add some regression checks X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=commitdiff_plain;h=e2840e3440d9e747a96430aa32208bdec9b0450e Add some regression checks --- diff --git a/.gitignore b/.gitignore index fafff2e..d6e9445 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .DS_Store Thumbs.db +regression.diffs +regression.out +results/ diff --git a/Makefile b/Makefile index 1ebceac..eb2fdf8 100755 --- 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)