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

primesieve --test

exit 0
