#!/bin/sh

set -e

export ASYMPTOTE_HOME=$(mktemp -d)
eval "$(dpkg-buildflags --export=sh)"
make test
