#!/bin/sh
# autopkgtest check based on upstream check ($ make check)
set -ue
cd $ADTTMP

primesieve --test

exit 0
