#!/bin/sh

export LC_ALL=C.UTF-8

chmod 777 data # testsuite writes temp files there

pg_buildext -i '--auth-local=trust' -o 'shared_preload_libraries=cstore_fdw' installcheck
