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

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

make check

exit 0
