Skip to content

Commit

Permalink
Add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Sep 23, 2024
1 parent 57bcc47 commit bf26560
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)

/tmp/pgintro.pdf:
cp test/pgintro.pdf $@
installcheck: /tmp/pgintro.pdf

DATA = $(wildcard sql/*--*.sql)

UNAME_S := $(shell uname -s)
Expand Down Expand Up @@ -38,6 +42,7 @@ endif

SHLIB_LINK=-lglib-2.0 -lpoppler -lgobject-2.0 -lpoppler-glib


PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

Expand Down
Loading

0 comments on commit bf26560

Please sign in to comment.