#!/bin/sh
set -e

cp -r . "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

./configure --cc=tcc --ar='tcc -ar'
make
make test
