#!/bin/sh
# run upstream unit tests
set -e

export ARTIFACT_DIRECTORY=$AUTOPKGTEST_ARTIFACTS
test/run-unit-tests.py
