X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=postgres%2FMakefile;h=f18fad167e5a851637a2e5d55d9eb47e0d4d9be1;hb=5394807cb2d9c07c8689d3f48c9b05d20c44beb4;hp=1c242628d29aba15adedd94de4355334fd298c6a;hpb=c7e13d717c38e528ae241bf5facb51bca63f323c;p=uuid diff --git a/postgres/Makefile b/postgres/Makefile index 1c24262..f18fad1 100644 --- a/postgres/Makefile +++ b/postgres/Makefile @@ -3,8 +3,7 @@ EXTENSION=pduuid MODULES= pduuid -DATA= pduuid--1.0.sql -#DOCS= README.uuid_ossp +DATA= pduuid--1.0.1.sql pduuid--1.0.sql pduuid--1.0--1.0.1.sql #SHLIB_LINK= -Lpduuid -lpduuid MODULE_big= pduuid OBJS= uuid.o ../internal.o ../rng.o ../md5.o ../sha1.o @@ -19,3 +18,6 @@ include $(PGXS) ifeq ($(PORTNAME), darwin) LDFLAGS_SL += -flat_namespace -undefined suppress endif + +test: + pg_prove t/*.sql