Skip to content

Commit 774390f

Browse files
tdrztudor
andauthored
added backend for pgTap (#51)
Co-authored-by: tudor <[email protected]>
1 parent 1a0bdab commit 774390f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "pglite/pgvector"]
55
path = pglite/vector
66
url = https://github.com/pgvector/pgvector.git
7+
[submodule "pglite/pgtap"]
8+
path = pglite/pgtap
9+
url = https://github.com/theory/pgtap.git

pglite/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ include $(top_builddir)/src/Makefile.global
55

66
SUBDIRS = \
77
pg_ivm \
8-
vector
8+
vector \
9+
pgtap
910

1011
prefix ?= /install/pglite
1112
EXTENSIONS_BUILD_ROOT := /tmp/extensions/build

pglite/pgtap

Submodule pgtap added at 6e3acbf

0 commit comments

Comments
 (0)