From e2840e3440d9e747a96430aa32208bdec9b0450e Mon Sep 17 00:00:00 2001 From: glyn Date: Mon, 16 Feb 2015 18:28:50 +0000 Subject: [PATCH] Add some regression checks --- .gitignore | 3 +++ Makefile | 2 ++ 2 files changed, 5 insertions(+) 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) -- 2.39.2