#!/bin/sh

set -e

for v in $(pg_buildext supported-versions); do
	(cd test && pg_buildext installcheck-$v)
done
