#!/bin/sh
set -eu
export GDP_BUILDDIR="$(echo obj-*)"
exec ./tests/integration.py
