#!/bin/sh

set -e

if [ -n $AUTOPKGTEST_TMP ]; then
    make -f Makefile.linux
fi

./DetectorTest LICENSE | grep US-ASCII
./DetectorTest README.md | grep UTF-8
