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

cp -prd /usr/share/doc/libgap-sage-doc/examples .
cd examples

make check

exit 0
