#!/bin/sh

set -eux

pg_buildext virtualenv <<-EOF
	psql -c 'CREATE EXTENSION pgtap'
	make test
EOF
