#!/bin/sh

rm -f test
[ -f Makefile ] || ./configure
make test CFLAGS+=-I/usr/include/postgresql
pg_virtualenv ./test ""
