#!/bin/sh

set -e

HOME="${AUTOPKGTEST_TMP}" \
MINETEST_GAME_PATH="/usr/share/mineclonia/autopkgtest/games" \
/usr/games/mineclonia --run-unittests
