#!/bin/sh
set -e
cd $AUTOPKGTEST_TMP
gcc /usr/share/doc/libfxt-dev/examples/test.c -o test -lfxt
ln -s /usr/bin/fxt_print .
./test
