Skip to content

Commit

Permalink
[#13254] YSQL: add pgtap to build
Browse files Browse the repository at this point in the history
Summary:
This diff integrates pgtap extension to build by adding it to third-party directory makefile
Jira: DB-2904

Test Plan: jenkins: compile-only

Reviewers: hsunder, jason

Reviewed By: jason

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D36772
  • Loading branch information
Devansh Saxena committed Jul 25, 2024
1 parent 84fb7ad commit afe84d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/postgres/third-party-extensions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DIRS = \
postgresql-hll \
pg_partman \
wal2json \
pgtap \

BUILDDIRS = $(DIRS:%=build-%)
INSTALLDIRS = $(DIRS:%=install-%)
Expand Down

0 comments on commit afe84d4

Please sign in to comment.