mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
## Problem `pg_jsonschema` and `pg_session_jwt` are not yet covered by tests ## Summary of changes Added the tests for these extensions.
9 lines
233 B
Makefile
9 lines
233 B
Makefile
EXTENSION = pg_jsonschema
|
|
DATA = pg_jsonschema--1.0.sql
|
|
REGRESS = jsonschema_valid_api jsonschema_edge_cases
|
|
REGRESS_OPTS = --load-extension=pg_jsonschema
|
|
|
|
PG_CONFIG ?= pg_config
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
include $(PGXS)
|