#!/bin/sh
# autopkgtest check: build and launch program examples
set -ue
cd $ADTTMP

cp -prd /usr/share/doc/primesieve-doc/examples .
cd examples

make -C c check

make -C cpp check

exit 0
