#!/bin/sh

set -e

phpize
NO_INTERACTION=1 TEST_PHP_EXECUTABLE=/usr/bin/php php run-tests.php
