#!/bin/sh

cp debian/tests/sample/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

g++ -o open_utf8_file open_utf8_file.cpp
./open_utf8_file utf8-file.txt
