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

cp -prd /usr/share/doc/libecm1-dev/examples .
cd examples

make

exit 0
